mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-29 12:31:52 -04:00
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "@pnpm/cli.commands",
|
|
"version": "1000.0.0",
|
|
"description": "Commands for pnpm CLI",
|
|
"keywords": [
|
|
"pnpm",
|
|
"pnpm11"
|
|
],
|
|
"license": "MIT",
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"repository": "https://github.com/pnpm/pnpm/tree/main/cli/commands",
|
|
"homepage": "https://github.com/pnpm/pnpm/tree/main/cli/commands#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": "pn compile && pn .test",
|
|
"prepublishOnly": "pn compile",
|
|
"compile": "tsgo --build && pn lint --fix",
|
|
".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/cli.command": "workspace:^",
|
|
"@pnpm/cli.parse-cli-args": "workspace:^",
|
|
"@pnpm/cli.utils": "workspace:^",
|
|
"@pnpm/config.reader": "workspace:*",
|
|
"@pnpm/error": "workspace:^",
|
|
"@pnpm/nopt": "catalog:",
|
|
"@pnpm/tabtab": "catalog:",
|
|
"@pnpm/workspace.projects-reader": "workspace:^",
|
|
"@pnpm/workspace.root-finder": "workspace:^",
|
|
"@pnpm/workspace.workspace-manifest-reader": "workspace:^",
|
|
"ramda": "catalog:",
|
|
"render-help": "catalog:",
|
|
"split-cmd": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "catalog:",
|
|
"@pnpm/cli.commands": "workspace:*",
|
|
"@pnpm/logger": "workspace:*",
|
|
"@types/ramda": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.13"
|
|
},
|
|
"jest": {
|
|
"preset": "@pnpm/jest-config"
|
|
}
|
|
}
|