70bf21e064
Handle Changesets / Handle Changesets (push) Waiting to run
Semgrep OSS scan / semgrep-oss (push) Waiting to run
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
23 lines
444 B
JSON
23 lines
444 B
JSON
{
|
|
"name": "@cloudflare/devprod-status-bot",
|
|
"version": "1.5.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"check:type": "tsc",
|
|
"deploy": "wrangler deploy"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "catalog:default",
|
|
"@octokit/types": "^13.8.0",
|
|
"@octokit/webhooks-types": "^7.6.1",
|
|
"ts-dedent": "^2.2.0",
|
|
"wrangler": "workspace:*"
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
},
|
|
"workers-sdk": {
|
|
"deploy": true
|
|
}
|
|
}
|