MCSManager/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2017-11-13 12:26:31 +08:00
{
2022-02-02 13:36:08 +08:00
"name": "mcsmanager-panel",
"version": "9.2.1",
2022-02-02 14:07:24 +08:00
"daemonVersion": "1.3.0",
2022-02-02 13:36:08 +08:00
"description": "Distributed clustering, groupable, lightweight and out-of-the-box Minecraft server management panel",
"main": "index.js",
"scripts": {
"dev": "nodemon app.js",
"start": "ts-node ./src/app.ts",
"build": "tsc"
},
"author": "",
"license": "ISC",
2021-11-09 14:07:50 +08:00
"dependencies": {
2022-02-02 13:36:08 +08:00
"@koa/router": "^10.0.0",
"crypto": "^1.0.1",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-mount": "^4.0.0",
"koa-session": "^6.2.0",
"koa-static": "^5.0.0",
"log4js": "^6.4.0",
2022-02-02 13:36:08 +08:00
"md5": "^2.3.0",
"node-schedule": "^2.0.0",
2021-11-09 14:07:50 +08:00
"os-utils": "0.0.14",
2022-02-02 13:36:08 +08:00
"socket.io": "^3.1.2",
"socket.io-client": "^3.1.3",
"uuid": "^8.3.2"
2021-11-09 14:07:50 +08:00
},
"devDependencies": {
2022-02-02 13:36:08 +08:00
"@types/fs-extra": "^9.0.11",
"@types/koa": "^2.13.1",
"@types/koa-session": "^5.10.3",
"@types/koa-static": "^4.0.1",
"@types/koa__router": "^8.0.4",
"@types/md5": "^2.3.1",
"@types/node": "^14.14.41",
"@types/node-schedule": "^1.3.2",
"@types/os-utils": "0.0.1",
"@types/socket.io": "^2.1.13",
"@types/socket.io-client": "^1.4.36",
"@types/uuid": "^8.3.0",
"eslint": "^7.23.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
2021-11-09 14:07:50 +08:00
}
}