{ "name": "@pnpm/cli-meta", "version": "2.0.0", "description": "Reads the metainfo of the currently running pnpm instance", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=12.17" }, "scripts": { "lint": "eslint src/**/*.ts", "test": "pnpm run compile", "prepublishOnly": "pnpm run compile", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/cli-meta", "keywords": [ "pnpm6", "pnpm" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/cli-meta#readme", "devDependencies": { "@pnpm/types": "workspace:7.4.0" }, "dependencies": { "load-json-file": "^6.2.0" }, "funding": "https://opencollective.com/pnpm" }