t00-multiuser/server/package.json

42 lines
1002 B
JSON

{
"name": "t00-mp",
"description": "",
"version": "1.0.0",
"main": "build/index.js",
"scripts": {
"updateCheck": "check-outdated",
"dev": "nodemon --watch './**/*.ts' index.ts",
"build": "npm-run-all build:*",
"build:build": "ncc build index.ts -o build",
"buildd:mangle": "ts-node ./tooling/mangle.ts",
"buildd:cleanup": "ts-node ./tooling/cleanup.ts"
},
"keywords": [],
"author": "tgpholly",
"license": "MIT",
"dependencies": {
"@fastify/cookie": "^10.0.1",
"@fastify/formbody": "^8.0.1",
"@fastify/view": "^10.0.1",
"bufferstuff": "^1.5.1",
"ejs": "^3.1.10",
"fastify": "^5.0.0",
"hsconsole": "^1.0.2",
"mysql2": "^3.11.3",
"simple-prom": "^1.0.1",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/node": "^22.6.0",
"@types/ws": "^8.5.12",
"@vercel/ncc": "^0.38.2",
"check-outdated": "^2.12.0",
"nodemon": "^3.1.7",
"npm-run-all": "^4.1.5",
"terser": "^5.33.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}