mirror of
https://github.com/DefectingCat/phthonus
synced 2025-07-15 08:31:33 +00:00
15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"name": "elysia",
|
|
"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"
|
|
} |