Files
pnpm/packages/list/package.json
2018-11-18 20:39:31 +02:00

74 lines
1.8 KiB
JSON

{
"name": "pnpm-list",
"version": "4.2.0",
"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",
"md": "tsc && mos",
"prepareFixtures": "cd test && pnpm recursive install --no-link-workspace-packages && cd ..",
"prepublishOnly": "tsc",
"test": "npm run tsc && npm 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": ">=6"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/list#readme",
"dependencies": {
"@pnpm/read-package-json": "1.0.1",
"@pnpm/types": "2.0.0",
"@types/archy": "0.0.31",
"@types/node": "10.12.9",
"@types/ramda": "0.25.39",
"archy": "1.0.0",
"chalk": "2.4.1",
"dependencies-hierarchy": "4.0.0",
"npm-package-arg": "6.1.0",
"p-limit": "2.0.0",
"ramda": "0.26.0"
},
"devDependencies": {
"@pnpm/logger": "2.1.0",
"@pnpm/tslint-config": "0.0.0",
"@types/common-tags": "1.4.0",
"@types/tape": "4.2.32",
"common-tags": "1.8.0",
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "1.0.4",
"pnpm-list": "link:",
"tape": "4.9.1",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.1.6"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}