{ "name": "@pnpm/default-reporter", "version": "12.3.0", "description": "The default reporter of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "scripts": { "start": "tsc --watch", "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "just-test-preview": "ts-node test --type-check", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/main/cli/default-reporter", "keywords": [ "pnpm8", "pnpm-reporter" ], "engines": { "node": ">=16.14" }, "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "peerDependencies": { "@pnpm/logger": "^5.0.0" }, "dependencies": { "@pnpm/config": "workspace:*", "@pnpm/core-loggers": "workspace:*", "@pnpm/dedupe.issues-renderer": "workspace:*", "@pnpm/dedupe.types": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/render-peer-issues": "workspace:*", "@pnpm/types": "workspace:*", "ansi-diff": "^1.1.1", "boxen": "^5.1.2", "chalk": "^4.1.2", "cli-truncate": "^2.1.0", "normalize-path": "^3.0.0", "pretty-bytes": "^5.6.0", "pretty-ms": "^7.0.1", "ramda": "npm:@pnpm/ramda@0.28.1", "right-pad": "^1.0.1", "rxjs": "^7.8.1", "semver": "^7.5.4", "stacktracey": "^2.1.8", "string-length": "^4.0.2" }, "devDependencies": { "@pnpm/default-reporter": "workspace:*", "@types/normalize-path": "^3.0.0", "@types/ramda": "0.28.20", "@types/semver": "7.3.13", "ghooks": "2.0.4", "load-json-file": "^6.2.0", "normalize-newline": "3.0.0", "strip-ansi": "^6.0.1" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/cli/default-reporter#readme", "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }