{ "name": "@pnpm/plugin-commands-env", "version": "0.2.13", "description": "pnpm commands for managing Node.js", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=12.17" }, "scripts": { "lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-env", "keywords": [ "pnpm", "env" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-env#readme", "dependencies": { "@pnpm/cli-utils": "workspace:0.6.17", "@pnpm/config": "workspace:12.4.7", "@pnpm/error": "workspace:2.0.0", "@pnpm/fetch": "workspace:4.0.2", "@pnpm/package-store": "workspace:12.0.14", "@pnpm/store-path": "^5.0.0", "@pnpm/tarball-fetcher": "workspace:9.3.4", "@zkochan/cmd-shim": "^5.1.3", "adm-zip": "^0.5.5", "load-json-file": "^6.2.0", "rename-overwrite": "^4.0.0", "render-help": "^1.0.1", "semver": "^7.3.4", "tempy": "^1.0.0", "version-selector-type": "^3.0.0", "write-json-file": "^4.3.0" }, "funding": "https://opencollective.com/pnpm", "devDependencies": { "@pnpm/prepare": "workspace:0.0.26", "@types/adm-zip": "^0.4.34", "execa": "^5.0.0", "path-name": "^1.0.0" } }