70bf21e064
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
Handle Changesets / Handle Changesets (push) Has been cancelled
Semgrep OSS scan / semgrep-oss (push) Has been cancelled
27 lines
805 B
JSON
27 lines
805 B
JSON
{
|
|
"name": "@cloudflare/chrome-devtools-patches",
|
|
"version": "0.1.5",
|
|
"private": true,
|
|
"description": "Chrome Devtools hosted for easy use with Workers tooling and applications (Wrangler, Playground, Quick Editor).",
|
|
"homepage": "https://github.com/cloudflare/workers-sdk#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/cloudflare/workers-sdk/issues"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"author": "workers-devprod@cloudflare.com",
|
|
"scripts": {
|
|
"deploy": "CLOUDFLARE_ACCOUNT_ID=e35fd947284363a46fd7061634477114 make publish",
|
|
"deploy:preview": "CLOUDFLARE_ACCOUNT_ID=e35fd947284363a46fd7061634477114 make publish-preview",
|
|
"testenv": "make testenv"
|
|
},
|
|
"devDependencies": {
|
|
"wrangler": "workspace:*"
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
},
|
|
"workers-sdk": {
|
|
"deploy": true
|
|
}
|
|
}
|