EUS/package.json
2025-01-01 02:18:50 +00:00

33 lines
735 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": {},
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/node": "^22.10.2",
"@vercel/ncc": "^0.38.3",
"check-outdated": "^2.12.0",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"dependencies": {
"@fastify/cookie": "^11.0.1",
"@fastify/formbody": "^8.0.1",
"@fastify/multipart": "^9.0.1",
"@fastify/static": "^8.0.3",
"@fastify/view": "^10.0.1",
"ejs": "^3.1.10",
"fastify": "^5.2.0",
"hsconsole": "^1.0.2"
}
}