Files
pnpm/packages/list/package.json
2020-05-01 14:53:31 +03:00

61 lines
2.0 KiB
JSON

{
"name": "@pnpm/list",
"version": "4.0.26",
"description": "List installed packages in a symlinked `node_modules`",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"scripts": {
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"prepareFixtures": "cd test && node ../../pnpm recursive install --no-link-workspace-packages --no-shared-workspace-lockfile -f && cd ..",
"prepublishOnly": "pnpm run compile",
"pretest": "pnpm run pretest --filter dependencies-hierarchy",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/list/coverage ts-node packages/list/test --type-check",
"test": "pnpm run compile && pnpm run _test",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/list",
"keywords": [
"pnpm",
"list",
"ls"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"engines": {
"node": ">=10.13"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/list#readme",
"dependencies": {
"@pnpm/matcher": "workspace:1.0.2",
"@pnpm/read-package-json": "workspace:3.1.0",
"@pnpm/read-project-manifest": "workspace:1.0.5",
"@pnpm/types": "workspace:5.0.0",
"@zkochan/npm-package-arg": "1.0.2",
"archy": "1.0.0",
"chalk": "4.0.0",
"cli-columns": "3.1.2",
"dependencies-hierarchy": "workspace:8.0.20",
"p-limit": "2.3.0",
"ramda": "0.27.0",
"semver": "^7.3.2"
},
"devDependencies": {
"@pnpm/list": "link:",
"@pnpm/logger": "3.2.2",
"@types/archy": "0.0.31",
"@types/common-tags": "1.8.0",
"@types/ramda": "^0.27.4",
"@types/semver": "^7.1.0",
"common-tags": "1.8.0"
},
"funding": "https://opencollective.com/pnpm"
}