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
85 lines
2.3 KiB
JSON
85 lines
2.3 KiB
JSON
{
|
|
"name": "@cloudflare/deploy-helpers",
|
|
"version": "0.4.0",
|
|
"description": "Internal deploy helpers for workers-sdk. Not intended for external use — APIs may change without notice.",
|
|
"homepage": "https://github.com/cloudflare/workers-sdk/tree/main/packages/deploy-helpers#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/cloudflare/workers-sdk/issues"
|
|
},
|
|
"license": "MIT OR Apache-2.0",
|
|
"author": "workers-devprod@cloudflare.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cloudflare/workers-sdk.git",
|
|
"directory": "packages/deploy-helpers"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts"
|
|
},
|
|
"./context": {
|
|
"import": "./dist/context.mjs",
|
|
"types": "./dist/context.d.mts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"check:type": "tsc -p ./tsconfig.json",
|
|
"deploy": "echo 'no deploy'",
|
|
"dev": "concurrently -c black,blue --kill-others-on-fail false \"pnpm tsup --watch src\" \"pnpm run check:type --watch --preserveWatchOutput\"",
|
|
"test": "vitest",
|
|
"test:ci": "vitest run",
|
|
"type:tests": "tsc -p ./tests/tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@cloudflare/cli-shared-helpers": "workspace:*",
|
|
"@cloudflare/workers-utils": "workspace:*",
|
|
"blake3-wasm": "2.1.5",
|
|
"chalk": "catalog:default",
|
|
"command-exists": "catalog:default",
|
|
"dotenv": "catalog:default",
|
|
"miniflare": "workspace:*",
|
|
"p-queue": "9.0.0",
|
|
"pretty-bytes": "6.1.1",
|
|
"undici": "catalog:default"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/config": "workspace:*",
|
|
"@cloudflare/containers-shared": "workspace:*",
|
|
"@cloudflare/workers-shared": "workspace:*",
|
|
"@cloudflare/workers-tsconfig": "workspace:*",
|
|
"@cspotcode/source-map-support": "0.8.1",
|
|
"@types/command-exists": "^1.2.0",
|
|
"@types/json-diff": "^1.0.3",
|
|
"@types/node": "catalog:default",
|
|
"concurrently": "^8.2.2",
|
|
"devtools-protocol": "^0.0.1182435",
|
|
"esbuild": "catalog:default",
|
|
"json-diff": "^1.0.6",
|
|
"ts-dedent": "^2.2.0",
|
|
"tsup": "8.3.0",
|
|
"typescript": "catalog:default",
|
|
"vitest": "catalog:default",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^4.4.3"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"zod": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
},
|
|
"workers-sdk": {
|
|
"prerelease": true
|
|
}
|
|
}
|