Files
ee-core/ee-bin/package.json

33 lines
709 B
JSON

{
"name": "ee-bin",
"version": "4.1.8",
"description": "ee bin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"bin": {
"ee-bin": "index.js"
},
"dependencies": {
"adm-zip": "^0.4.11",
"bytenode": "^1.3.6",
"chalk": "^4.1.2",
"chokidar": "^4.0.3",
"commander": "^11.0.0",
"config-file-ts": "^0.2.8-rc1",
"cross-spawn": "^7.0.3",
"debug": "^4.4.0",
"esbuild": "^0.21.5",
"fs-extra": "^10.0.0",
"globby": "^10.0.0",
"is-type-of": "^1.2.1",
"javascript-obfuscator": "^4.0.2",
"json5": "^2.2.3",
"mkdirp": "^2.1.3",
"tree-kill": "^1.2.2"
}
}