{ "name": "@pnpm/config", "version": "13.3.0", "description": "Gets configuration options for pnpm", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "scripts": { "prepublishOnly": "pnpm run compile", "lint": "eslint src/**/*.ts test/**/*.ts", "test-with-preview": "ts-node test", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/config", "keywords": [ "pnpm6", "pnpm", "config" ], "engines": { "node": ">=12.17" }, "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/config#readme", "dependencies": { "@pnpm/constants": "workspace:5.0.0", "@pnpm/error": "workspace:2.0.0", "@pnpm/global-bin-dir": "workspace:3.0.0", "@pnpm/pnpmfile": "workspace:1.1.0", "@pnpm/types": "workspace:7.4.0", "@zkochan/npm-conf": "2.0.2", "camelcase": "^6.2.0", "can-write-to-dir": "^1.1.1", "is-subdir": "^1.1.1", "ramda": "^0.27.1", "realpath-missing": "^1.1.0", "which": "^2.0.2" }, "devDependencies": { "@pnpm/prepare": "workspace:0.0.26", "@types/ramda": "0.27.39", "@types/which": "^2.0.0", "symlink-dir": "^5.0.0" }, "funding": "https://opencollective.com/pnpm" }