36 lines
917 B
JSON
36 lines
917 B
JSON
{
|
|
"name": "express",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"nodemon": "nodemon dist/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.12.4",
|
|
"dependencies": {
|
|
"@types/node": "^24.10.1",
|
|
"@types/nunjucks": "^3.2.6",
|
|
"@vercel/ncc": "^0.38.4",
|
|
"express": "^5.1.0",
|
|
"kysely": "^0.28.9",
|
|
"nodemon": "^3.1.11",
|
|
"nunjucks": "^3.2.4",
|
|
"path-to-regexp": "^8.3.0",
|
|
"pg": "^8.16.3",
|
|
"ts-luxon": "^6.2.0",
|
|
"ts-node": "^10.9.2",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "^5.9.3",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.10",
|
|
"@types/express": "^5.0.5",
|
|
"@types/pg": "^8.16.0"
|
|
}
|
|
}
|