EUS/package.json

42 lines
984 B
JSON
Raw Permalink Normal View History

2025-01-01 02:18:50 +00:00
{
"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",
2025-01-01 22:03:59 +00:00
"scripts": {
"updateCheck": "check-outdated",
2025-01-25 12:21:55 +00:00
"dev:legacy_node": "nodemon --watch './**/*.ts' ts-node index.ts",
2025-01-08 08:19:11 +00:00
"dev": "bun --watch index.ts",
2025-01-26 16:40:40 +00:00
"build": "ncc build index.ts -o build"
2025-01-01 22:03:59 +00:00
},
2025-01-01 02:18:50 +00:00
"devDependencies": {
2025-01-25 12:21:55 +00:00
"@types/bun": "^1.2.0",
2025-01-01 02:18:50 +00:00
"@types/ejs": "^3.1.5",
"@vercel/ncc": "^0.38.3",
"check-outdated": "^2.12.0",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
2025-01-25 12:21:55 +00:00
"typescript": "^5.7.3"
2025-01-01 02:18:50 +00:00
},
"dependencies": {
2025-01-25 12:21:55 +00:00
"@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",
2025-01-03 03:11:00 +00:00
"dyetty": "^1.0.1",
2025-01-01 02:18:50 +00:00
"ejs": "^3.1.10",
2025-01-25 12:21:55 +00:00
"fastify": "^5.2.1",
2025-01-01 22:03:59 +00:00
"funky-array": "^1.0.0",
2025-01-03 03:11:00 +00:00
"hsconsole": "^1.1.0",
2025-01-01 22:03:59 +00:00
"mysql2": "^3.12.0"
2025-01-01 02:18:50 +00:00
}
}