Files
pnpm/packages/list/package.json
2019-07-12 03:44:36 +03:00

58 lines
1.5 KiB
JSON

{
"name": "@pnpm/list",
"version": "1.0.13",
"description": "List installed packages in a symlinked `node_modules`",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"prepareFixtures": "cd test && pnpm recursive install --no-link-workspace-packages && cd ..",
"prepublishOnly": "pnpm run tsc",
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
"tsc": "tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/list",
"keywords": [
"pnpm",
"list",
"ls"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/"
},
"engines": {
"node": ">=8.15"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/list#readme",
"dependencies": {
"@pnpm/read-importer-manifest": "1.0.5",
"@pnpm/read-package-json": "2.0.2",
"@pnpm/types": "3.2.0",
"@zkochan/npm-package-arg": "1.0.2",
"archy": "1.0.0",
"chalk": "2.4.2",
"dependencies-hierarchy": "5.0.11",
"p-limit": "2.2.0",
"ramda": "0.26.1"
},
"devDependencies": {
"@pnpm/list": "link:",
"@pnpm/logger": "2.1.1",
"@types/archy": "0.0.31",
"@types/common-tags": "1.8.0",
"@types/ramda": "0.25.39",
"common-tags": "1.8.0",
"tape": "4.11.0"
}
}