Files
ee-core/ee-core/package.json
2025-02-24 16:43:26 +08:00

46 lines
1.0 KiB
JSON

{
"name": "ee-core",
"version": "4.0.1",
"description": "ee core",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"bin": {
"ee-core": "./bin/tools.js"
},
"dependencies": {
"agentkeepalive": "^4.2.0",
"axios": "^1.7.9",
"bytenode": "^1.3.6",
"chalk": "^4.1.2",
"cross-spawn": "^7.0.3",
"dayjs": "^1.11.7",
"debug": "^4.3.3",
"egg-logger": "^2.7.1",
"globby": "^10.0.0",
"is-type-of": "^1.2.1",
"koa": "^2.13.4",
"koa-body": "^5.0.0",
"koa-convert": "^2.0.0",
"koa-static": "^5.0.0",
"koa2-cors": "^2.0.6",
"lodash": "^4.17.21",
"mkdirp": "^2.1.3",
"semver": "^7.3.8",
"serialize-javascript": "^6.0.1",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"tree-kill": "^1.2.2",
"urllib": "^2.38.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.12",
"@types/electron": "^1.4.38",
"@types/node": "^20.16.0",
"typescript": "^5.7.2"
}
}