redirector/package.json

17 lines
339 B
JSON

{
"name": "redirector",
"license": "Unlicense",
"main": "src/index.js",
"scripts": {
"start": "bun src/index.ts",
"dev": "bun run --hot src/index.ts"
},
"dependencies": {
"@hono/node-server": "^1.8.2",
"@types/node": "^20.11.25",
"hono": "^4.0.10",
"tiny-invariant": "^1.3.1",
"tsx": "^4.7.1"
}
}