Files
pnpm/registry-access/commands/package.json
2026-04-21 00:17:38 +02:00

68 lines
2.0 KiB
JSON

{
"name": "@pnpm/registry-access.commands",
"version": "1100.2.1",
"description": "Commands for managing packages on the registry",
"keywords": [
"pnpm",
"pnpm11"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/tree/main/registry-access/commands",
"homepage": "https://github.com/pnpm/pnpm/tree/main/registry-access/commands#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"start": "tsgo --watch",
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"test": "pn compile && pn .test",
"prepublishOnly": "pn compile",
"compile": "tsgo --build && pn lint --fix",
".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
},
"dependencies": {
"@pnpm/cli.utils": "workspace:*",
"@pnpm/config.pick-registry-for-package": "workspace:*",
"@pnpm/config.reader": "workspace:*",
"@pnpm/error": "workspace:*",
"@pnpm/network.auth-header": "workspace:*",
"@pnpm/network.fetch": "workspace:*",
"@pnpm/npm-package-arg": "catalog:",
"@pnpm/resolving.registry.types": "workspace:*",
"@pnpm/types": "workspace:*",
"chalk": "catalog:",
"ramda": "catalog:",
"render-help": "catalog:",
"semver": "catalog:"
},
"devDependencies": {
"@jest/globals": "catalog:",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-access.commands": "workspace:*",
"@pnpm/registry-mock": "catalog:",
"@pnpm/releasing.commands": "workspace:*",
"@pnpm/testing.command-defaults": "workspace:*",
"@pnpm/testing.mock-agent": "workspace:*",
"@types/ramda": "catalog:",
"@types/semver": "catalog:",
"execa": "catalog:"
},
"engines": {
"node": ">=22.13"
},
"jest": {
"preset": "@pnpm/jest-config/with-registry"
}
}