Files
pnpm/packages/plugin-commands-env/package.json
2022-05-07 12:52:00 +03:00

66 lines
1.8 KiB
JSON

{
"name": "@pnpm/plugin-commands-env",
"version": "2.1.3",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=14.19"
},
"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/packages/plugin-commands-env",
"keywords": [
"pnpm7",
"pnpm",
"env"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-env#readme",
"dependencies": {
"@pnpm/cli-utils": "workspace:0.7.4",
"@pnpm/config": "workspace:15.1.1",
"@pnpm/error": "workspace:3.0.1",
"@pnpm/fetch": "workspace:5.0.1",
"@pnpm/fetcher-base": "workspace:12.0.1",
"@pnpm/create-cafs-store": "workspace:1.0.1",
"@pnpm/store-path": "workspace:6.0.0",
"@pnpm/tarball-fetcher": "workspace:10.0.2",
"@zkochan/cmd-shim": "^5.2.2",
"adm-zip": "^0.5.5",
"load-json-file": "^6.2.0",
"rename-overwrite": "^4.0.2",
"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/plugin-commands-env": "workspace:2.1.3",
"@pnpm/prepare": "workspace:*",
"@types/adm-zip": "^0.4.34",
"@types/semver": "^7.3.4",
"execa": "npm:safe-execa@^0.1.1",
"nock": "12.0.3",
"node-fetch": "3.0.0-beta.9",
"path-name": "^1.0.0"
},
"exports": {
".": "./lib/index.js"
}
}