27 lines
605 B
JSON
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"
|
|
}
|
|
}
|