EUS/package.json
2025-01-25 12:21:55 +00:00

41 lines
968 B
JSON

{
"name": "eus",
"description": "EUS is my public screenshot server",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://git.eusv.net/tgpholly/EUS"
},
"keywords": [],
"author": "tgpholly",
"license": "MIT",
"type": "commonjs",
"scripts": {
"updateCheck": "check-outdated",
"dev:legacy_node": "nodemon --watch './**/*.ts' ts-node index.ts",
"dev": "bun --watch index.ts",
"build": "tsc --build"
},
"devDependencies": {
"@types/bun": "^1.2.0",
"@types/ejs": "^3.1.5",
"@vercel/ncc": "^0.38.3",
"check-outdated": "^2.12.0",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"dependencies": {
"@fastify/cookie": "^11.0.2",
"@fastify/formbody": "^8.0.2",
"@fastify/multipart": "^9.0.3",
"@fastify/static": "^8.0.4",
"@fastify/view": "^10.0.2",
"dyetty": "^1.0.1",
"ejs": "^3.1.10",
"fastify": "^5.2.1",
"funky-array": "^1.0.0",
"hsconsole": "^1.1.0",
"mysql2": "^3.12.0"
}
}