t00-multiuser/server/package.json
Holly 959320f060 add node as dev depend until µws supports node 23
the arch package for node has been node 23 and µws still does not support it so this is an intirim workaround.
2024-12-16 10:59:34 +00: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.1",
"@fastify/formbody": "^8.0.1",
"@fastify/static": "^8.0.3",
"@fastify/view": "^10.0.1",
"bufferstuff": "^1.8.0",
"ejs": "^3.1.10",
"fastify": "^5.2.0",
"hsconsole": "^1.0.2",
"mysql2": "^3.11.5",
"simple-prom": "^1.0.1",
"ultimate-ws": "^1.0.13"
},
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/node": "^22.10.2",
"@vercel/ncc": "^0.38.3",
"check-outdated": "^2.12.0",
"node": "^22.12.0",
"nodemon": "^3.1.9",
"npm-run-all": "^4.1.5",
"terser": "^5.37.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}