mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-06-28 06:55:48 +00:00
21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
"name": "convertx-frontend",
|
|
"version": "1.0.50",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "bun run --hot src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@elysiajs/html": "^1.0.2",
|
|
"@elysiajs/static": "^1.0.2",
|
|
"elysia": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "latest"
|
|
},
|
|
"module": "src/index.js",
|
|
"bun-create": {
|
|
"start": "bun run src/index.ts"
|
|
}
|
|
}
|