Files
ee-core/ee-bin-ts/package.json
gaoshuaixing fab91a9247 release: v4
2025-01-13 18:03:16 +08:00

50 lines
1.1 KiB
JSON

{
"name": "ee-bin-ts",
"version": "0.1.0-beta.4",
"description": "ee bin for ts",
"main": "./dist/index.js",
"type": "commonjs",
"exports": {
".": {
"require": {
"default": "./dist/index.js"
},
"import": {
"default": "./ems/index.mjs"
},
"default": "./dist/index.js"
}
},
"scripts": {
"check": "npm run check:type",
"check:type": "npm run check:type:js && npm run check:type:ts",
"check:type:ts": "tsd && tsc -p tsconfig.ts.json",
"check:type:js": "tsc -p tsconfig.js.json"
},
"author": "",
"license": "ISC",
"bin": {
"ee-bin-m": "./ems/index.mjs",
"ee-bin-c": "./dist/index.js"
},
"dependencies": {
"@types/node": "^20.9.0",
"adm-zip": "^0.4.11",
"bytenode": "^1.3.6",
"chalk": "^4.1.2",
"commander": "^11.0.0",
"config-file-ts": "^0.2.8-rc1",
"cross-spawn": "^7.0.3",
"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"
},
"devDependencies": {
"tsd": "^0.31.2",
"typescript": "^5.4.2"
}
}