{
  "name": "@pnpm/read-project-manifest",
  "version": "1001.2.6",
  "description": "Read a project manifest (called package.json in most cases)",
  "keywords": [
    "pnpm",
    "pnpm10"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/pkg-manifest/read-project-manifest",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pkg-manifest/read-project-manifest#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "commonjs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "@gwhitney/detect-indent": "7.0.1",
    "fast-deep-equal": "^3.1.3",
    "is-windows": "^1.0.2",
    "json5": "^2.2.3",
    "parse-json": "^5.2.0",
    "read-yaml-file": "^2.1.0",
    "strip-bom": "^4.0.0",
    "@pnpm/text.comments-parser": "1000.0.0",
    "@pnpm/error": "1000.1.0",
    "@pnpm/graceful-fs": "1000.1.0",
    "@pnpm/types": "1001.3.0",
    "@pnpm/write-project-manifest": "1000.0.16",
    "@pnpm/manifest-utils": "1002.0.5"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1001.0.1"
  },
  "devDependencies": {
    "@types/is-windows": "^1.0.2",
    "@types/parse-json": "^4.0.2",
    "tempy": "^1.0.1",
    "@pnpm/read-project-manifest": "1001.2.6",
    "@pnpm/test-fixtures": "1000.0.0"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}