18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"name": "@bun-examples/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",
|
|
"bun-create": {
|
|
"start": "bun run src/index.ts"
|
|
}
|
|
}
|