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
24 lines
600 B
JSON
24 lines
600 B
JSON
{
|
|
"name": "@cloudflare/tools",
|
|
"private": true,
|
|
"description": "Tooling for this monorepo CI",
|
|
"scripts": {
|
|
"check:type": "tsc",
|
|
"test:ci": "vitest run",
|
|
"test:file": "node -r esbuild-register test/run-test-file.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/github": "^6.0.0",
|
|
"@cloudflare/workers-tsconfig": "workspace:*",
|
|
"@octokit/webhooks-types": "^7.6.1",
|
|
"@types/semver": "^7.5.1",
|
|
"empathic": "^2.0.0",
|
|
"semver": "^7.7.1",
|
|
"tinyglobby": "catalog:default",
|
|
"ts-dedent": "^2.2.0",
|
|
"undici": "catalog:default",
|
|
"wrangler": "workspace:*"
|
|
}
|
|
}
|