Files
hibb/backend/package.json
HPL-JesusCastro ae2d6fa158 initial commit
2026-05-23 00:46:01 +08:00

27 lines
605 B
JSON

{
"name": "hibb-backend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "tsx watch --env-file=../.env src/index.ts",
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"@fastify/cors": "^9.0.1",
"@fastify/jwt": "^8.0.1",
"@fastify/static": "^7.0.4",
"@libsql/client": "^0.14.0",
"bcryptjs": "^2.4.3",
"drizzle-orm": "^0.31.2",
"fastify": "^4.28.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.14.10",
"drizzle-kit": "^0.22.8",
"tsx": "^4.16.2",
"typescript": "^5.5.3"
}
}