Files
pnpm/packages/default-reporter/package.json
2020-11-14 23:08:48 +02:00

66 lines
2.0 KiB
JSON

{
"name": "@pnpm/default-reporter",
"version": "7.9.9",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"pretty-test": "ts-node test | tap-diff",
"just-test-preview": "ts-node test --type-check",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/default-reporter/coverage ts-node packages/default-reporter/test --type-check",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/default-reporter",
"keywords": [
"pnpm-reporter"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"engines": {
"node": ">=10.16"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"dependencies": {
"@pnpm/config": "workspace:11.8.0",
"@pnpm/core-loggers": "workspace:5.0.2",
"@pnpm/error": "workspace:1.4.0",
"@pnpm/types": "workspace:6.3.1",
"ansi-diff": "^1.1.1",
"chalk": "^4.1.0",
"normalize-path": "^3.0.0",
"pretty-bytes": "^5.4.1",
"pretty-ms": "^7.0.1",
"pretty-time": "^1.1.0",
"ramda": "^0.27.1",
"right-pad": "^1.0.1",
"rxjs": "^6.6.3",
"semver": "^7.3.2",
"stacktracey": "^1.2.127",
"string-length": "^4.0.1",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@pnpm/default-reporter": "link:",
"@pnpm/logger": "^3.2.2",
"@types/normalize-path": "^3.0.0",
"@types/pretty-time": "^1.1.0",
"@types/ramda": "^0.27.32",
"@types/semver": "^7.3.4",
"delay": "^4.4.0",
"ghooks": "2.0.4",
"load-json-file": "^6.2.0",
"normalize-newline": "3.0.0"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/default-reporter#readme",
"funding": "https://opencollective.com/pnpm"
}