1
0
silverbullet/plugbox/package.json
2022-03-14 10:07:38 +01:00

37 lines
840 B
JSON

{
"name": "plugbox",
"version": "1.0.0",
"type": "module",
"license": "MIT",
"bin": {
"plugbox-bundle": "./bin/plugbox-bundle.mjs"
},
"scripts": {
"check": "tsc --noEmit",
"test": "jest",
"build-worker": "tsc src/node_worker.ts --outDir dist --module nodenext"
},
"dependencies": {
"esbuild": "^0.14.24",
"idb": "^7.0.0",
"typescript": "^4.7.0-dev.20220313",
"vm2": "^3.9.9",
"yargs": "^17.3.1"
},
"devDependencies": {
"@jest/globals": "^27.5.1",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/yargs": "^17.0.9",
"buffer": "^6.0.3",
"events": "^3.3.0",
"jest": "^27.5.1",
"parcel": "^2.3.2",
"parceljs": "^0.0.1",
"path-browserify": "^1.0.1",
"ts-jest": "^27.1.3",
"util": "^0.12.4",
"vm-browserify": "^1.1.2"
}
}