mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 00:40:38 -05:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@pnpm/render-peer-issues",
|
|
"description": "Visualizes peer dependency issues",
|
|
"version": "0.0.0",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"keywords": [
|
|
"pnpm6"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/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": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/render-peer-issues#readme",
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"dependencies": {
|
|
"@pnpm/types": "workspace:7.6.0",
|
|
"archy": "^1.0.0",
|
|
"chalk": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/archy": "0.0.31",
|
|
"strip-ansi": "^6.0.0"
|
|
}
|
|
}
|