mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
17 lines
390 B
JSON
17 lines
390 B
JSON
{
|
|
"name": "@memohome/api",
|
|
"version": "1.0.50",
|
|
"scripts": {
|
|
"dev": "bun run --env-file=../../.env --watch src/index.ts",
|
|
"build": "bun build src/index.ts --outfile dist/index.js --target bun --minify",
|
|
"start": "bun run dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"elysia": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "latest"
|
|
},
|
|
"module": "src/index.js"
|
|
}
|