mirror of
https://github.com/GSManagerXZ/GameServerManager.git
synced 2025-11-28 08:30:32 +08:00
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "gsm3-server",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"adm-zip": "^0.5.16",
|
|
"archiver": "^6.0.1",
|
|
"axios": "^1.12.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"cors": "^2.8.5",
|
|
"cron-parser": "^4.9.0",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^7.1.5",
|
|
"form-data": "^4.0.4",
|
|
"fs-extra": "^11.2.0",
|
|
"helmet": "^7.1.0",
|
|
"iconv-lite": "^0.6.3",
|
|
"joi": "^17.11.0",
|
|
"jschardet": "^3.1.4",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mime-types": "^2.1.35",
|
|
"multer": "2.0.2",
|
|
"node-cron": "^3.0.3",
|
|
"properties-reader": "^2.3.0",
|
|
"socket.io": "^4.7.4",
|
|
"tar": "^6.2.0",
|
|
"tar-stream": "^3.1.7",
|
|
"unzipper": "^0.10.14",
|
|
"uuid": "^9.0.1",
|
|
"winston": "^3.11.0",
|
|
"yaml": "^2.3.4",
|
|
"yauzl": "^2.10.0",
|
|
"smol-toml": "^1.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/adm-zip": "^0.5.7",
|
|
"@types/archiver": "^6.0.2",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/jest": "^29.5.8",
|
|
"@types/jsonwebtoken": "^9.0.5",
|
|
"@types/mime-types": "^2.1.4",
|
|
"@types/multer": "2.0.0",
|
|
"@types/node": "^20.10.5",
|
|
"@types/node-cron": "^3.0.11",
|
|
"@types/tar": "^6.1.11",
|
|
"@types/tar-stream": "^3.1.3",
|
|
"@types/uuid": "^9.0.7",
|
|
"@types/yauzl": "^2.10.3",
|
|
"jest": "^29.7.0",
|
|
"tsx": "^4.6.2",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|