Files
Craftstation/package.json
2025-09-08 02:20:26 +02:00

16 lines
303 B
JSON

{
"name": "Craftstation",
"version": "1.0.50",
"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"
}