chore: import upstream snapshot with attribution
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
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
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"name": "@cloudflare/cli-shared-helpers",
|
||||
"version": "0.1.13",
|
||||
"description": "Internal shared CLI helpers for workers-sdk. Not intended for external use — APIs may change without notice.",
|
||||
"keywords": [
|
||||
"cli",
|
||||
"cloudflare",
|
||||
"cloudflare workers",
|
||||
"workers"
|
||||
],
|
||||
"homepage": "https://github.com/cloudflare/workers-sdk/tree/main/packages/cli#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/cloudflare/workers-sdk/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"author": "wrangler@cloudflare.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cloudflare/workers-sdk.git",
|
||||
"directory": "packages/cli"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.mts",
|
||||
"import": "./dist/index.mjs"
|
||||
},
|
||||
"./args": {
|
||||
"types": "./dist/args.d.mts",
|
||||
"import": "./dist/args.mjs"
|
||||
},
|
||||
"./colors": {
|
||||
"types": "./dist/colors.d.mts",
|
||||
"import": "./dist/colors.mjs"
|
||||
},
|
||||
"./command": {
|
||||
"types": "./dist/command.d.mts",
|
||||
"import": "./dist/command.mjs"
|
||||
},
|
||||
"./error": {
|
||||
"types": "./dist/error.d.mts",
|
||||
"import": "./dist/error.mjs"
|
||||
},
|
||||
"./gitignore": {
|
||||
"types": "./dist/gitignore.d.mts",
|
||||
"import": "./dist/gitignore.mjs"
|
||||
},
|
||||
"./interactive": {
|
||||
"types": "./dist/interactive.d.mts",
|
||||
"import": "./dist/interactive.mjs"
|
||||
},
|
||||
"./packages": {
|
||||
"types": "./dist/packages.d.mts",
|
||||
"import": "./dist/packages.mjs"
|
||||
},
|
||||
"./streams": {
|
||||
"types": "./dist/streams.d.mts",
|
||||
"import": "./dist/streams.mjs"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsdown",
|
||||
"check:type": "tsc",
|
||||
"deploy": "echo 'no deploy'",
|
||||
"dev": "tsdown --watch",
|
||||
"test:ci": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@clack/core": "1.2.0",
|
||||
"@cloudflare/workers-utils": "workspace:*",
|
||||
"chalk": "catalog:default",
|
||||
"ci-info": "catalog:default",
|
||||
"cross-spawn": "7.0.6",
|
||||
"log-update": "5.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-tsconfig": "workspace:*",
|
||||
"@types/cross-spawn": "^6.0.2",
|
||||
"tsdown": "^0.15.9"
|
||||
},
|
||||
"volta": {
|
||||
"extends": "../../package.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user