ludops-skeleton/apps/api/package.json

24 lines
499 B
JSON

{
"name": "api",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"db:push": "drizzle-kit"
},
"dependencies": {
"@fastify/static": "^7.0.0",
"@ludops/shared": "workspace:*",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"fastify": "^4.26.0",
"postgres": "^3.4.9"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
}
}