mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 23:48:05 -04:00
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "@pnpm/default-reporter",
|
|
"version": "4.0.0-4",
|
|
"description": "The default reporter of pnpm",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
|
"pretty-test": "ts-node test | tap-diff",
|
|
"test": "pnpm run lint && pnpm run just-test",
|
|
"just-test-preview": "ts-node test --type-check",
|
|
"just-test": "pnpm run tsc && ts-node test --type-check",
|
|
"tsc": "rimraf lib && tsc",
|
|
"prepublishOnly": "pnpm run tsc"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/default-reporter",
|
|
"keywords": [
|
|
"pnpm-reporter"
|
|
],
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "https://www.kochan.io/",
|
|
"twitter": "ZoltanKochan"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.15"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/config": "workspace:4.0.0-4",
|
|
"@pnpm/core-loggers": "workspace:3.0.3",
|
|
"@pnpm/error": "workspace:1.0.0",
|
|
"@pnpm/types": "workspace:3.2.0",
|
|
"@zkochan/zen-push": "1.0.0",
|
|
"ansi-diff": "1.1.1",
|
|
"chalk": "2.4.2",
|
|
"common-tags": "1.8.0",
|
|
"most": "1.7.3",
|
|
"normalize-path": "3.0.0",
|
|
"pretty-bytes": "5.3.0",
|
|
"pretty-time": "1.1.0",
|
|
"ramda": "0.26.1",
|
|
"right-pad": "1.0.1",
|
|
"semver": "6.3.0",
|
|
"stacktracey": "1.2.122",
|
|
"string-length": "3.1.0",
|
|
"strip-ansi": "5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/default-reporter": "link:",
|
|
"@pnpm/logger": "2.1.1",
|
|
"@types/common-tags": "1.8.0",
|
|
"@types/ramda": "0.26.21",
|
|
"@types/semver": "6",
|
|
"delay": "4.3.0",
|
|
"ghooks": "2.0.4",
|
|
"load-json-file": "6.2.0",
|
|
"normalize-newline": "3.0.0",
|
|
"rimraf": "3.0.0",
|
|
"tape": "4.11.0"
|
|
}
|
|
}
|