Files
pnpm/packages/default-reporter/package.json
2018-12-23 17:11:16 +02:00

78 lines
2.0 KiB
JSON

{
"name": "@pnpm/default-reporter",
"version": "1.1.0",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"pretty-test": "ts-node test | tap-diff",
"test": "npm run lint && npm run just-test",
"just-test-preview": "ts-node test --type-check",
"just-test": "npm run tsc && 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"
},
"dependencies": {
"@pnpm/config": "2.4.0",
"@pnpm/core-loggers": "1.2.0",
"@pnpm/types": "2.0.0",
"@types/common-tags": "1.8.0",
"@types/node": "10.12.18",
"@types/ramda": "0.25.34",
"@types/semver": "5.5.0",
"@types/strip-ansi": "3.0.0",
"ansi-diff": "1.1.1",
"chalk": "2.4.1",
"cli-cursor": "2.1.0",
"common-tags": "1.8.0",
"most": "1.7.3",
"normalize-path": "3.0.0",
"pretty-bytes": "5.1.0",
"pretty-time": "1.1.0",
"ramda": "0.26.1",
"right-pad": "1.0.1",
"semver": "5.6.0",
"stacktracey": "1.2.106",
"string-length": "2.0.0",
"strip-ansi": "5.0.0",
"zen-push": "0.2.1"
},
"devDependencies": {
"@pnpm/default-reporter": "link:",
"@pnpm/logger": "2.1.0",
"@pnpm/tslint-config": "0.0.0",
"@types/tape": "4.2.33",
"delay": "4.1.0",
"ghooks": "2.0.4",
"load-json-file": "5.1.0",
"mos-tap-diff": "1.0.0",
"normalize-newline": "3.0.0",
"rimraf": "2.6.2",
"tape": "4.9.1",
"ts-node": "6.2.0",
"tslint": "5.12.0",
"typescript": "3.2.2"
}
}