Files
pnpm/packages/list/package.json
2021-04-24 23:18:19 +03:00

57 lines
1.7 KiB
JSON

{
"name": "@pnpm/list",
"version": "6.1.1",
"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": "eslint -c ../../eslint.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": "pnpm pretest && jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/list",
"keywords": [
"pnpm",
"list",
"ls"
],
"engines": {
"node": ">=12.17"
},
"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:2.0.0",
"@pnpm/read-package-json": "workspace:5.0.1",
"@pnpm/read-project-manifest": "workspace:2.0.1",
"@pnpm/types": "workspace:7.1.0",
"@zkochan/npm-package-arg": "^2.0.1",
"archy": "^1.0.0",
"chalk": "^4.1.0",
"cli-columns": "^3.1.2",
"dependencies-hierarchy": "workspace:10.0.2",
"p-limit": "^3.1.0",
"ramda": "^0.27.1",
"semver": "^7.3.4"
},
"devDependencies": {
"@pnpm/logger": "^4.0.0",
"@types/archy": "0.0.31",
"@types/ramda": "0.27.39",
"@types/semver": "^7.3.4"
},
"funding": "https://opencollective.com/pnpm"
}