Files
pnpm/env/plugin-commands-env/package.json
2025-11-13 15:44:27 +01:00

82 lines
2.3 KiB
JSON

{
"name": "@pnpm/plugin-commands-env",
"version": "1000.0.44",
"description": "pnpm commands for managing Node.js",
"keywords": [
"pnpm",
"pnpm11",
"env"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/tree/main/env/plugin-commands-env",
"homepage": "https://github.com/pnpm/pnpm/tree/main/env/plugin-commands-env#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "tsc --build && pnpm run lint --fix"
},
"dependencies": {
"@pnpm/cli-utils": "workspace:*",
"@pnpm/config": "workspace:*",
"@pnpm/env.system-node-version": "workspace:*",
"@pnpm/error": "workspace:*",
"@pnpm/fetch": "workspace:*",
"@pnpm/node.fetcher": "workspace:*",
"@pnpm/node.resolver": "workspace:*",
"@pnpm/remove-bins": "workspace:*",
"@pnpm/store-path": "workspace:*",
"@pnpm/types": "workspace:*",
"@zkochan/cmd-shim": "catalog:",
"@zkochan/rimraf": "catalog:",
"graceful-fs": "catalog:",
"is-windows": "catalog:",
"load-json-file": "catalog:",
"render-help": "catalog:",
"semver": "catalog:",
"symlink-dir": "catalog:",
"write-json-file": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@jest/globals": "catalog:",
"@pnpm/logger": "workspace:*",
"@pnpm/plugin-commands-env": "workspace:*",
"@pnpm/prepare": "workspace:*",
"@types/graceful-fs": "catalog:",
"@types/is-windows": "catalog:",
"@types/semver": "catalog:",
"@types/tar-stream": "catalog:",
"@types/yazl": "catalog:",
"execa": "catalog:",
"nock": "catalog:",
"node-fetch": "catalog:",
"path-name": "catalog:",
"tar-stream": "catalog:",
"yazl": "catalog:"
},
"engines": {
"node": ">=20.19"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}