Files
pnpm/packages/list/package.json
2019-03-18 01:28:48 +02:00

74 lines
1.8 KiB
JSON

{
"name": "@pnpm/list",
"version": "1.0.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": ">=8"
},
"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": "2.0.0",
"@pnpm/types": "3.0.0",
"@types/archy": "0.0.31",
"@types/node": "*",
"@types/ramda": "0.25.39",
"@zkochan/npm-package-arg": "1.0.1",
"archy": "1.0.0",
"chalk": "2.4.2",
"dependencies-hierarchy": "5.0.0",
"p-limit": "2.2.0",
"ramda": "0.26.1"
},
"devDependencies": {
"@pnpm/list": "link:",
"@pnpm/logger": "2.1.0",
"@pnpm/tslint-config": "0.0.0",
"@types/common-tags": "1.8.0",
"@types/tape": "4.2.33",
"common-tags": "1.8.0",
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "1.0.4",
"tape": "4.10.1",
"ts-node": "8.0.3",
"tslint": "5.14.0",
"typescript": "3.3.3333"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}