{ "name": "@pnpm/read-projects-context", "version": "5.0.6", "description": "Reads the current state of projects from modules manifest", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "keywords": [ "pnpm6" ], "license": "MIT", "engines": { "node": ">=12.17" }, "peerDependencies": { "@pnpm/logger": "^4.0.0" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-projects-context", "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/read-projects-context#readme", "scripts": { "start": "pnpm run tsc -- --watch", "test": "pnpm run compile", "lint": "eslint src/**/*.ts", "prepublishOnly": "pnpm run compile", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" }, "dependencies": { "@pnpm/lockfile-file": "workspace:4.1.1", "@pnpm/modules-yaml": "workspace:9.0.4", "@pnpm/normalize-registries": "workspace:2.0.4", "@pnpm/types": "workspace:7.4.0", "realpath-missing": "^1.1.0" }, "devDependencies": { "@pnpm/logger": "^4.0.0" }, "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "funding": "https://opencollective.com/pnpm" }