mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 03:02:49 -05:00
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "@pnpm/default-reporter",
|
|
"version": "11.0.8",
|
|
"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": [
|
|
"pnpm7",
|
|
"pnpm-reporter"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.6"
|
|
},
|
|
"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/error": "workspace:*",
|
|
"@pnpm/render-peer-issues": "workspace:*",
|
|
"@pnpm/types": "workspace:*",
|
|
"ansi-diff": "^1.1.1",
|
|
"boxen": "^5.1.2",
|
|
"chalk": "^4.1.2",
|
|
"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.5.7",
|
|
"semver": "^7.3.8",
|
|
"stacktracey": "^2.1.8",
|
|
"string-length": "^4.0.2",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/default-reporter": "workspace:*",
|
|
"@types/normalize-path": "^3.0.0",
|
|
"@types/ramda": "0.28.15",
|
|
"@types/semver": "7.3.13",
|
|
"ghooks": "2.0.4",
|
|
"load-json-file": "^6.2.0",
|
|
"normalize-newline": "3.0.0"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/cli/default-reporter#readme",
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|