{ "name": "@pnpm/get-context", "version": "9.0.0", "description": "Gets context information about a project", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=16.14" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/get-context", "keywords": [ "pnpm8", "pnpm", "scripts" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/get-context#readme", "devDependencies": { "@pnpm/get-context": "workspace:*", "@types/ramda": "0.28.20" }, "peerDependencies": { "@pnpm/logger": "^5.0.0" }, "dependencies": { "@pnpm/constants": "workspace:*", "@pnpm/core-loggers": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/lockfile-file": "workspace:*", "@pnpm/modules-yaml": "workspace:*", "@pnpm/read-projects-context": "workspace:*", "@pnpm/types": "workspace:*", "@zkochan/rimraf": "^2.1.2", "ci-info": "^3.8.0", "path-absolute": "^1.0.1", "ramda": "npm:@pnpm/ramda@0.28.1" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }