{
  "name": "@pnpm/read-projects-context",
  "version": "1000.0.36",
  "description": "Reads the current state of projects from modules manifest",
  "keywords": [
    "pnpm",
    "pnpm10"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/pkg-manager/read-projects-context",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pkg-manager/read-projects-context#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": {
    "realpath-missing": "^1.1.0",
    "@pnpm/lockfile.fs": "1001.1.32",
    "@pnpm/modules-yaml": "1002.0.1",
    "@pnpm/normalize-registries": "1000.1.9",
    "@pnpm/types": "1001.3.0"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1001.0.1"
  },
  "devDependencies": {
    "@pnpm/logger": "1001.0.1",
    "@pnpm/read-projects-context": "1000.0.36"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "start": "tsc --watch",
    "test": "pnpm run compile",
    "lint": "eslint \"src/**/*.ts\"",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}