mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-31 10:12:38 -05:00
70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-env",
|
|
"version": "4.1.3",
|
|
"description": "pnpm commands for managing Node.js",
|
|
"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/env/plugin-commands-env",
|
|
"keywords": [
|
|
"pnpm8",
|
|
"pnpm",
|
|
"env"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/env/plugin-commands-env#readme",
|
|
"dependencies": {
|
|
"@pnpm/cli-utils": "workspace:*",
|
|
"@pnpm/config": "workspace:*",
|
|
"@pnpm/error": "workspace:*",
|
|
"@pnpm/fetch": "workspace:*",
|
|
"@pnpm/logger": "^5.0.0",
|
|
"@pnpm/node.fetcher": "workspace:*",
|
|
"@pnpm/node.resolver": "workspace:*",
|
|
"@pnpm/remove-bins": "workspace:*",
|
|
"@pnpm/store-path": "workspace:*",
|
|
"@zkochan/cmd-shim": "^6.0.0",
|
|
"@zkochan/rimraf": "^2.1.3",
|
|
"graceful-fs": "^4.2.11",
|
|
"is-windows": "^1.0.2",
|
|
"load-json-file": "^6.2.0",
|
|
"render-help": "^1.0.3",
|
|
"semver": "^7.5.4",
|
|
"symlink-dir": "^5.2.0",
|
|
"write-json-file": "^4.3.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"devDependencies": {
|
|
"@pnpm/plugin-commands-env": "workspace:*",
|
|
"@pnpm/prepare": "workspace:*",
|
|
"@types/adm-zip": "^0.5.2",
|
|
"@types/graceful-fs": "^4.1.7",
|
|
"@types/is-windows": "^1.0.0",
|
|
"@types/semver": "7.3.13",
|
|
"adm-zip": "^0.5.10",
|
|
"execa": "npm:safe-execa@0.1.2",
|
|
"nock": "13.3.2",
|
|
"node-fetch": "npm:@pnpm/node-fetch@1.0.0",
|
|
"path-name": "^1.0.0"
|
|
},
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|