Files
pnpm/packages/pick-registry-for-package/package.json
2021-10-19 17:40:20 +03:00

35 lines
991 B
JSON

{
"name": "@pnpm/pick-registry-for-package",
"description": "Picks the right registry for the package from a registries config",
"version": "2.0.4",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"keywords": [
"pnpm6"
],
"license": "MIT",
"engines": {
"node": ">=12.17"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/pick-registry-for-package",
"scripts": {
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"lint": "eslint src/**/*.ts test/**/*.ts",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"dependencies": {
"@pnpm/types": "workspace:7.4.0"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/pick-registry-for-package#readme",
"funding": "https://opencollective.com/pnpm"
}