Files
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

92 lines
2.5 KiB
JSON

{
"name": "@cloudflare/workers-utils",
"version": "0.26.0",
"description": "Internal utility package for workers-sdk. Not intended for external use — APIs may change without notice.",
"homepage": "https://github.com/cloudflare/workers-sdk/tree/main/packages/workers-utils#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/workers-utils"
},
"files": [
"dist"
],
"sideEffects": false,
"exports": {
".": {
"browser": "./dist/browser.mjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.mts"
},
"./prometheus-metrics": {
"import": "./dist/prometheus-metrics.mjs",
"types": "./dist/prometheus-metrics.d.mts"
},
"./test-helpers": {
"import": "./dist/test-helpers/index.mjs",
"types": "./dist/test-helpers/index.d.mts"
},
"./fs-helpers": {
"import": "./dist/fs-helpers.mjs",
"types": "./dist/fs-helpers.d.mts"
},
"./global-wrangler-config-path": {
"import": "./dist/global-wrangler-config-path.mjs",
"types": "./dist/global-wrangler-config-path.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": {
"undici": "catalog:default"
},
"devDependencies": {
"@cloudflare/workers-shared": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workflows-shared": "workspace:*",
"@types/command-exists": "^1.2.0",
"@types/node": "catalog:default",
"@vitest/ui": "catalog:default",
"cloudflare": "^5.2.0",
"command-exists": "catalog:default",
"concurrently": "^8.2.2",
"empathic": "^2.0.0",
"jsonc-parser": "catalog:default",
"signal-exit": "catalog:default",
"smol-toml": "catalog:default",
"ts-dedent": "^2.2.0",
"tsdown": "^0.15.9",
"tsup": "8.3.0",
"typescript": "catalog:default",
"update-check": "^1.5.4",
"vitest": "catalog:default",
"xdg-app-paths": "^8.3.0"
},
"peerDependencies": {
"vitest": "^4.1.0"
},
"peerDependenciesMeta": {
"vitest": {
"optional": true
}
},
"volta": {
"extends": "../../package.json"
},
"workers-sdk": {
"prerelease": true
}
}