t00-multiuser/server/package.json
2025-04-22 09:38:59 +01:00

39 lines
881 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": "tsc --build"
},
"keywords": [],
"author": "tgpholly",
"license": "MIT",
"dependencies": {
"@fastify/cookie": "^11.0.2",
"@fastify/formbody": "^8.0.2",
"@fastify/static": "^8.1.1",
"@fastify/view": "^11.0.0",
"bufferstuff": "^1.8.0",
"ejs": "^3.1.10",
"fastify": "^5.3.2",
"hsconsole": "^1.1.0",
"mysql2": "^3.14.0",
"simple-prom": "^1.0.1",
"ultimate-ws": "^1.0.13"
},
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/node": "^22.14.0",
"@vercel/ncc": "^0.38.3",
"check-outdated": "^2.13.0",
"node": "^22.12.0",
"nodemon": "^3.1.9",
"npm-run-all": "^4.1.5",
"terser": "^5.39.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}