1
0
silverbullet/plugbox/package.json

24 lines
434 B
JSON
Raw Normal View History

2022-03-04 09:26:41 +00:00
{
"name": "plugbox",
"version": "1.0.0",
"type": "module",
2022-03-04 11:09:25 +00:00
"license": "MIT",
"bin": {
"plugbox-bundle": "./bin/plugbox-bundle.mjs"
},
2022-03-04 09:26:41 +00:00
"scripts": {
2022-03-04 10:21:11 +00:00
"check": "tsc --noEmit"
2022-03-04 09:26:41 +00:00
},
"dependencies": {
"esbuild": "^0.14.24",
2022-03-04 10:21:11 +00:00
"idb": "^7.0.0",
2022-03-04 09:26:41 +00:00
"typescript": ">=3.0.0",
"vm2": "^3.9.9",
"yargs": "^17.3.1"
},
"devDependencies": {
"@types/node": "^17.0.21",
2022-03-04 11:09:25 +00:00
"@types/yargs": "^17.0.9"
2022-03-04 09:26:41 +00:00
}
}