18 lines
427 B
JSON
18 lines
427 B
JSON
{
|
|
"name": "deployer2",
|
|
"scripts": {
|
|
"deploy-self": "bun run src/scripts/deploySelf.ts",
|
|
"dev": "NODE_ENV=development PORT=6001 bun run --hot src/index.ts",
|
|
"build": "bun run src/scripts/rebuildCaddy.ts",
|
|
"start": "NODE_ENV=production bun run src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/object-hash": "^3.0.6",
|
|
"elysia": "1.4.16",
|
|
"object-hash": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
}
|
|
}
|