tjo.space/api/package.json
Tine Jozelj 41a87ebf16
Some checks failed
ci / docker (api) (push) Successful in 2m33s
ci / docker (web) (push) Failing after 2m45s
feat: restructure, use bun and add api
2023-09-11 14:02:23 +02:00

16 lines
294 B
JSON

{
"name": "api",
"version": "0.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"elysia": "latest"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}