70bf21e064
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
29 lines
599 B
JSON
29 lines
599 B
JSON
{
|
|
"name": "@cloudflare/mock-npm-registry",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": "./dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"check:types": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-utils": "workspace:*",
|
|
"@types/node": "catalog:default",
|
|
"@verdaccio/types": "^10.8.0",
|
|
"get-port": "^7.0.0",
|
|
"tree-kill": "catalog:default",
|
|
"ts-dedent": "^2.2.0",
|
|
"typescript": "catalog:default",
|
|
"verdaccio": "^6.0.5"
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
}
|
|
}
|