Files
2025-10-28 18:40:05 +01:00

59 lines
1.5 KiB
JSON

{
"name": "@pnpm/plugin-commands-setup",
"version": "1000.1.20",
"description": "pnpm commands for setting up pnpm",
"keywords": [
"pnpm",
"pnpm10",
"setup"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/tree/main/packages/plugin-commands-setup",
"homepage": "https://github.com/pnpm/pnpm/tree/main/packages/plugin-commands-setup#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-meta": "workspace:*",
"@pnpm/cli-utils": "workspace:*",
"@pnpm/os.env.path-extender": "catalog:",
"@zkochan/cmd-shim": "catalog:",
"@zkochan/rimraf": "catalog:",
"render-help": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@jest/globals": "catalog:",
"@pnpm/error": "workspace:*",
"@pnpm/logger": "workspace:*",
"@pnpm/plugin-commands-setup": "workspace:*",
"@pnpm/prepare": "workspace:*"
},
"engines": {
"node": ">=20.19"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}