14 lines
300 B
JSON
14 lines
300 B
JSON
{
|
|
"name": "baron-qa-gateway-test",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"deploy": "wrangler deploy",
|
|
"r2:upload": "bash scripts/upload-r2.sh",
|
|
"check": "node --check src/index.js && node --check egbim/app.js"
|
|
},
|
|
"devDependencies": {
|
|
"wrangler": "4.134.0"
|
|
}
|
|
}
|