2024-04-18 23:18:49 +01:00
|
|
|
{
|
|
|
|
"name": "t00-mp",
|
|
|
|
"description": "",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "build/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"updateCheck": "check-outdated",
|
|
|
|
"dev": "nodemon --watch './**/*.ts' index.ts",
|
2024-10-08 01:06:36 +01:00
|
|
|
"build": "tsc --build"
|
2024-04-18 23:18:49 +01:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "tgpholly",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2024-10-11 09:27:20 +01:00
|
|
|
"@fastify/cookie": "^11.0.1",
|
2024-09-23 23:54:40 +01:00
|
|
|
"@fastify/formbody": "^8.0.1",
|
2024-09-28 01:31:46 +01:00
|
|
|
"@fastify/static": "^8.0.1",
|
2024-09-23 23:54:40 +01:00
|
|
|
"@fastify/view": "^10.0.1",
|
2024-04-18 23:18:49 +01:00
|
|
|
"bufferstuff": "^1.5.1",
|
2024-04-22 16:05:42 +01:00
|
|
|
"ejs": "^3.1.10",
|
2024-09-20 00:02:46 +01:00
|
|
|
"fastify": "^5.0.0",
|
2024-04-22 02:01:14 +01:00
|
|
|
"hsconsole": "^1.0.2",
|
2024-09-20 00:02:46 +01:00
|
|
|
"mysql2": "^3.11.3",
|
2024-07-03 23:49:05 +01:00
|
|
|
"simple-prom": "^1.0.1",
|
2024-10-11 09:27:20 +01:00
|
|
|
"ultimate-ws": "^1.0.9"
|
2024-04-18 23:18:49 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-22 16:05:42 +01:00
|
|
|
"@types/ejs": "^3.1.5",
|
2024-10-08 21:17:00 +01:00
|
|
|
"@types/node": "^22.7.5",
|
2024-09-23 23:54:40 +01:00
|
|
|
"@vercel/ncc": "^0.38.2",
|
2024-04-18 23:18:49 +01:00
|
|
|
"check-outdated": "^2.12.0",
|
2024-09-23 23:54:40 +01:00
|
|
|
"nodemon": "^3.1.7",
|
2024-04-18 23:18:49 +01:00
|
|
|
"npm-run-all": "^4.1.5",
|
2024-09-28 10:32:33 +01:00
|
|
|
"terser": "^5.34.1",
|
2024-04-18 23:18:49 +01:00
|
|
|
"ts-node": "^10.9.2",
|
2024-10-11 09:27:20 +01:00
|
|
|
"typescript": "^5.6.3"
|
2024-04-18 23:18:49 +01:00
|
|
|
}
|
|
|
|
}
|