Files
pnpm/packages/cli-utils/package.json
2020-02-02 20:56:13 +02:00

54 lines
1.4 KiB
JSON

{
"name": "@pnpm/cli-utils",
"version": "0.3.4",
"description": "Utils for pnpm commands",
"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",
"pretest": "rimraf node_modules/.bin/pnpm",
"test": "pnpm run tsc && ts-node test --type-check",
"prepublishOnly": "pnpm run tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/cli-utils",
"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/cli-utils": "link:",
"@pnpm/logger": "^3.1.0",
"@pnpm/types": "workspace:5.0.0",
"@types/nopt": "^3.0.29",
"@types/ramda": "^0.26.40"
},
"dependencies": {
"@pnpm/command": "workspace:0.1.0-0",
"@pnpm/config": "workspace:8.0.0",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/package-is-installable": "workspace:4.0.3",
"@pnpm/read-project-manifest": "workspace:1.0.0",
"@pnpm/utils": "workspace:0.12.4",
"chalk": "3.0.0",
"load-json-file": "6.2.0",
"nopt": "4.0.1",
"ramda": "0.26.1",
"version-selector-type": "2.0.1"
},
"peerDependencies": {
"@pnpm/logger": "^3.1.0"
}
}