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
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "@cloudflare/codemod",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"description": "Internal codemod utilities",
|
|
"homepage": "https://github.com/cloudflare/workers-sdk#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/codemod"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"check:type": "tsc -p ./tsconfig.json",
|
|
"deploy": "echo 'no deploy'",
|
|
"dev": "tsx watch src/dev.ts",
|
|
"dev:once": "tsx src/dev.ts",
|
|
"test": "vitest",
|
|
"test:ci": "vitest run",
|
|
"type:tests": "tsc -p ./tests/tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-tsconfig": "workspace:*",
|
|
"@types/esprima": "^4.0.3",
|
|
"@types/node": "catalog:default",
|
|
"@vitest/ui": "catalog:default",
|
|
"concurrently": "^8.2.2",
|
|
"recast": "^0.23.11",
|
|
"tsup": "8.3.0",
|
|
"tsx": "^3.12.8",
|
|
"typescript": "catalog:default",
|
|
"vitest": "catalog:default"
|
|
},
|
|
"peerDependencies": {
|
|
"recast": "^0.23.11"
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
},
|
|
"workers-sdk": {}
|
|
}
|