25 lines
511 B
JSON
25 lines
511 B
JSON
{
|
|
"name": "trepa",
|
|
"module": "app.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "bun build ./src/app.ts --compile --outfile=./dist/app",
|
|
"ci": "biome ci . --error-on-warnings",
|
|
"test": "bun test"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@types/bun": "latest",
|
|
"@types/pg": "^8.11.10"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.6.2"
|
|
},
|
|
"dependencies": {
|
|
"fastify": "^5.2.0",
|
|
"hono": "^4.6.15",
|
|
"inversify": "^6.2.1",
|
|
"pg": "^8.13.1",
|
|
"reflect-metadata": "^0.2.2"
|
|
}
|
|
}
|