{ "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": "^10.0.1", "@fastify/formbody": "^8.0.1", "@fastify/static": "^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", "ultimate-ws": "^1.0.8" }, "devDependencies": { "@types/ejs": "^3.1.5", "@types/node": "^22.7.5", "@vercel/ncc": "^0.38.2", "check-outdated": "^2.12.0", "nodemon": "^3.1.7", "npm-run-all": "^4.1.5", "terser": "^5.34.1", "ts-node": "^10.9.2", "typescript": "^5.6.2" } }