Files
pnpm/packages/cli-utils/package.json
2020-03-09 03:55:17 +02:00

55 lines
1.6 KiB
JSON

{
"name": "@pnpm/cli-utils",
"version": "0.3.9",
"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": "cd ../.. && c8 --reporter lcov --reports-dir packages/cli-utils/coverage ts-node packages/cli-utils/test --type-check",
"test": "pnpm run tsc -- --sourceMap && pnpm run _test",
"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.43"
},
"dependencies": {
"@pnpm/command": "workspace:0.1.0-0",
"@pnpm/config": "workspace:8.1.1",
"@pnpm/error": "workspace:1.1.0",
"@pnpm/package-is-installable": "workspace:4.0.5",
"@pnpm/read-project-manifest": "workspace:1.0.1",
"@pnpm/utils": "workspace:0.12.4",
"chalk": "3.0.0",
"load-json-file": "6.2.0",
"nopt": "4.0.3",
"ramda": "0.27.0",
"version-selector-type": "2.0.1"
},
"peerDependencies": {
"@pnpm/logger": "^3.1.0"
}
}