{
  "name": "@pnpm/pick-fetcher",
  "version": "2.0.1",
  "description": "Pick a package fetcher by type",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "!*.map"
  ],
  "repository": "https://github.com/pnpm/pnpm/blob/main/fetching/pick-fetcher",
  "license": "MIT",
  "engines": {
    "node": ">=16.14"
  },
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "homepage": "https://github.com/pnpm/pnpm/blob/main/fetching/pick-fetcher#readme",
  "funding": "https://opencollective.com/pnpm",
  "keywords": [
    "pnpm8"
  ],
  "devDependencies": {
    "@pnpm/fetcher-base": "15.0.1",
    "@pnpm/pick-fetcher": "2.0.1",
    "@pnpm/resolver-base": "10.0.2"
  },
  "exports": {
    ".": "./lib/index.js"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}