Files
cloudflare--workers-sdk/tools/package.json
T
wehub-resource-sync 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
chore: import upstream snapshot with attribution
2026-07-13 12:30:11 +08:00

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:*"
}
}