mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-10 11:18:18 -04:00
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-installation",
|
|
"version": "0.1.9",
|
|
"description": "Commands for installation",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
|
"tsc": "rimraf lib && tsc",
|
|
"test": "pnpm run tsc && pnpm run lint && ts-node test",
|
|
"prepublishOnly": "pnpm run tsc"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-installation",
|
|
"keywords": [
|
|
"pnpm"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://pnpm.js.org",
|
|
"devDependencies": {
|
|
"@pnpm/plugin-commands-installation": "link:",
|
|
"@pnpm/prepare": "workspace:0.0.0",
|
|
"@pnpm/registry-mock": "1.11.1",
|
|
"@types/common-tags": "^1.8.0",
|
|
"@types/ramda": "^0.26.38",
|
|
"rimraf": "3.0.0",
|
|
"tape": "4.11.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/cli-utils": "workspace:0.2.4",
|
|
"@pnpm/common-cli-options-help": "workspace:0.1.2",
|
|
"@pnpm/config": "workspace:6.0.0",
|
|
"@pnpm/constants": "workspace:3.0.0",
|
|
"@pnpm/error": "workspace:1.0.0",
|
|
"@pnpm/find-workspace-dir": "workspace:1.0.0",
|
|
"@pnpm/find-workspace-packages": "workspace:2.0.7",
|
|
"@pnpm/package-store": "workspace:7.0.2",
|
|
"@pnpm/plugin-commands-recursive": "workspace:0.1.8",
|
|
"@pnpm/pnpmfile": "workspace:0.1.0",
|
|
"@pnpm/store-connection-manager": "workspace:0.2.4",
|
|
"common-tags": "1.8.0",
|
|
"p-limit": "2.2.1",
|
|
"path-absolute": "1.0.1",
|
|
"ramda": "0.26.1",
|
|
"render-help": "0.0.0",
|
|
"supi": "workspace:0.37.5"
|
|
}
|
|
}
|