tjo.space/api/package.json

18 lines
322 B
JSON
Raw Normal View History

2023-09-11 12:02:23 +00:00
{
"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": {
2023-09-11 12:12:18 +00:00
"bun-types": "latest",
"typescript": "^5.0.0"
2023-09-11 12:02:23 +00:00
},
"module": "src/index.js"
}