1
0
silverbullet/plugbox/package.json
2022-03-04 12:09:25 +01:00

24 lines
434 B
JSON

{
"name": "plugbox",
"version": "1.0.0",
"type": "module",
"license": "MIT",
"bin": {
"plugbox-bundle": "./bin/plugbox-bundle.mjs"
},
"scripts": {
"check": "tsc --noEmit"
},
"dependencies": {
"esbuild": "^0.14.24",
"idb": "^7.0.0",
"typescript": ">=3.0.0",
"vm2": "^3.9.9",
"yargs": "^17.3.1"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@types/yargs": "^17.0.9"
}
}