{
  "name": "@pnpm/read-package-json",
  "version": "8.0.8",
  "description": "Read a package.json",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "engines": {
    "node": ">=16.14"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manifest/read-package-json",
  "keywords": [
    "pnpm8",
    "pnpm",
    "outdated"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manifest/read-package-json#readme",
  "dependencies": {
    "load-json-file": "^6.2.0",
    "normalize-package-data": "^5.0.0",
    "@pnpm/error": "5.0.3",
    "@pnpm/types": "9.4.2"
  },
  "funding": "https://opencollective.com/pnpm",
  "devDependencies": {
    "@types/normalize-package-data": "^2.4.4",
    "@pnpm/read-package-json": "8.0.8"
  },
  "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"
  }
}