{ "name": "@pnpm/read-projects-context", "version": "9.1.12", "description": "Reads the current state of projects from modules manifest", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "keywords": [ "pnpm9" ], "license": "MIT", "engines": { "node": ">=18.12" }, "peerDependencies": { "@pnpm/logger": "^5.1.0" }, "repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/read-projects-context", "homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/read-projects-context#readme", "scripts": { "start": "tsc --watch", "test": "pnpm run compile", "lint": "eslint \"src/**/*.ts\"", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix" }, "dependencies": { "@pnpm/lockfile.fs": "workspace:*", "@pnpm/modules-yaml": "workspace:*", "@pnpm/normalize-registries": "workspace:*", "@pnpm/types": "workspace:*", "realpath-missing": "catalog:" }, "devDependencies": { "@pnpm/logger": "workspace:*", "@pnpm/read-projects-context": "workspace:*" }, "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }