Files
db-studio/api/package.json
2024-07-07 00:48:39 +02:00

21 lines
477 B
JSON

{
"name": "api",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"@elysiajs/cors": "^1.0.2",
"@it-incubator/prettier-config": "^0.1.2",
"elysia": "latest",
"postgres": "^3.4.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"bun-types": "latest"
},
"prettier": "@it-incubator/prettier-config",
"module": "src/index.js"
}