Files
pnpm/packages/default-reporter/package.json
2018-06-16 23:01:03 +03:00

84 lines
2.2 KiB
JSON

{
"name": "pnpm-default-reporter",
"version": "0.17.5",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"bin.js",
"lib"
],
"bin": "bin.js",
"scripts": {
"lint": "tslint -c tslint.json --project .",
"pretty-test": "preview && ts-node test | tap-diff",
"test": "npm run lint && npm run just-test",
"just-test-preview": "preview && ts-node test --type-check",
"just-test": "npm run tsc && pnpm link . && ts-node test --type-check",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "npm run tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/default-reporter",
"keywords": [
"pnpm-reporter"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/",
"twitter": "ZoltanKochan"
},
"engines": {
"node": ">=6"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"peerDependencies": {
"supi": ">=0.16.0 <0.21.0"
},
"dependencies": {
"@types/common-tags": "^1.2.5",
"@types/node": "^9.3.0 || 10",
"@types/ramda": "^0.25.6",
"@types/semver": "^5.4.0",
"@types/strip-ansi": "^3.0.0",
"ansi-diff": "^1.1.1",
"chalk": "^2.2.0",
"cli-cursor": "^2.1.0",
"common-tags": "^1.4.0",
"most": "^1.7.2",
"most-last": "^1.0.0",
"ndjson": "^1.5.0",
"normalize-path": "^3.0.0",
"pretty-bytes": "^5.0.0",
"ramda": "^0.25.0",
"right-pad": "^1.0.1",
"semver": "^5.4.1",
"stacktracey": "^1.2.87",
"string-length": "^2.0.0",
"string.prototype.padstart": "^3.0.0",
"strip-ansi": "^4.0.0",
"zen-push": "^0.2.1"
},
"devDependencies": {
"@pnpm/logger": "^1.0.0",
"@types/delay": "^2.0.1",
"@types/load-json-file": "^2.0.7",
"@types/tape": "^4.2.30",
"delay": "^3.0.0",
"ghooks": "^2.0.0",
"load-json-file": "^5.0.0",
"mos-tap-diff": "^1.0.0",
"normalize-newline": "^3.0.0",
"package-preview": "^1.0.0",
"rimraf": "^2.5.4",
"supi": "^0.20.0",
"tape": "^4.8.0",
"ts-node": "^6.0.0",
"tslint": "^5.7.0",
"typescript": "^2.9.1"
}
}