{ "name": "@pnpm/default-reporter", "version": "8.3.3", "description": "The default reporter of pnpm", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "scripts": { "lint": "eslint 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 && pnpm run lint -- --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/default-reporter", "keywords": [ "pnpm6", "pnpm-reporter" ], "engines": { "node": ">=12.17" }, "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "dependencies": { "@pnpm/config": "workspace:13.3.0", "@pnpm/core-loggers": "workspace:6.0.4", "@pnpm/error": "workspace:2.0.0", "@pnpm/types": "workspace:7.4.0", "ansi-diff": "^1.1.1", "boxen": "^5.0.0", "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": "^7.0.0", "semver": "^7.3.4", "stacktracey": "^1.2.127", "string-length": "^4.0.1", "strip-ansi": "^6.0.0" }, "devDependencies": { "@pnpm/logger": "^4.0.0", "@types/normalize-path": "^3.0.0", "@types/ramda": "0.27.39", "@types/semver": "^7.3.4", "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" }