mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
29 lines
704 B
JSON
29 lines
704 B
JSON
{
|
|
"name": "common",
|
|
"version": "1.0.0",
|
|
"description": "MCSManager Common layer",
|
|
"main": "dist/index.js",
|
|
"homepage": "https://mcsmanager.com/",
|
|
"author": "https://github.com/unitwk",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/MCSManager/MCSManager"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/node": "^20.9.0",
|
|
"@types/os-utils": "^0.0.4",
|
|
"archiver": "^6.0.1",
|
|
"compressing": "^1.10.0",
|
|
"fs-extra": "^11.1.1",
|
|
"node-stream-zip": "^1.15.0",
|
|
"os-utils": "^0.0.14",
|
|
"socket.io": "^4.7.2",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|