mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-25 23:38:23 -05:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@pnpm/render-peer-issues",
|
|
"description": "Visualizes peer dependency issues",
|
|
"version": "2.0.5",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"keywords": [
|
|
"pnpm7"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.6"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/render-peer-issues",
|
|
"scripts": {
|
|
"_test": "jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"lint": "eslint src/**/*.ts test/**/*.ts",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "tsc --build && pnpm run lint --fix"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/render-peer-issues#readme",
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"dependencies": {
|
|
"@pnpm/types": "workspace:*",
|
|
"archy": "^1.0.0",
|
|
"chalk": "^4.1.2",
|
|
"cli-columns": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/render-peer-issues": "workspace:*",
|
|
"@types/archy": "0.0.31",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|