23 lines
431 B
JSON
23 lines
431 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": {
|
||
|
"hono": "^4.6.15",
|
||
|
"pg": "^8.13.1"
|
||
|
}
|
||
|
}
|