mirror of
https://github.com/ershisan99/db-studio.git
synced 2025-12-16 12:33:05 +00:00
21 lines
477 B
JSON
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"
|
|
}
|