30 lines
624 B
JSON
30 lines
624 B
JSON
{
|
|
"name": "fusero-backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "ts-node-dev index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.8.0",
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.14",
|
|
"glob": "^11.0.3",
|
|
"rimraf": "^6.0.1",
|
|
"supertest": "^7.1.3",
|
|
"ts-node-dev": "^2.0.0",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cors": "^11.0.1",
|
|
"@mikro-orm/postgresql": "^6.4.16",
|
|
"fastify": "^5.4.0",
|
|
"mikro-orm": "^6.4.16",
|
|
"pg": "^8.16.3"
|
|
}
|
|
}
|