mirror of
https://github.com/ershisan99/db-studio.git
synced 2026-01-31 05:12:09 +00:00
initial commit
This commit is contained in:
20
api/package.json
Normal file
20
api/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user