poe2-data/packages/api/package.json
2026-02-05 13:52:07 -05:00

22 lines
480 B
JSON

{
"name": "@poe2data/api",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js"
},
"dependencies": {
"@poe2data/shared": "workspace:*",
"@poe2data/database": "workspace:*",
"fastify": "^5.0.0",
"@fastify/cors": "^10.0.0",
"drizzle-orm": "^0.38.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.7.0",
"typescript": "^5.3.0"
}
}