Files
pnpm/packages/default-reporter/package.json
2021-03-09 12:42:30 +02:00

63 lines
1.8 KiB
JSON

{
"name": "@pnpm/default-reporter",
"version": "7.10.5",
"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": "jest",
"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.14.0",
"@pnpm/core-loggers": "workspace:5.0.3",
"@pnpm/error": "workspace:1.4.0",
"@pnpm/types": "workspace:6.4.0",
"ansi-diff": "^1.1.1",
"chalk": "^4.1.0",
"normalize-path": "^3.0.0",
"pretty-bytes": "^5.5.0",
"pretty-ms": "^7.0.1",
"ramda": "^0.27.1",
"right-pad": "^1.0.1",
"rxjs": "^6.6.3",
"semver": "^7.3.4",
"stacktracey": "^1.2.127",
"string-length": "^4.0.1",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@pnpm/logger": "^3.2.3",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "^0.27.35",
"@types/semver": "^7.3.4",
"delay": "^5.0.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"
}