20 lines
382 B
JSON
20 lines
382 B
JSON
{
|
|
"name": "api",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/static": "^7.0.0",
|
|
"fastify": "^4.26.0",
|
|
"@ludops/shared": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.0",
|
|
"tsx": "^4.0.0",
|
|
"@types/node": "^20.0.0"
|
|
}
|
|
} |