Files
pnpm/package.json
2017-10-19 21:37:47 +03:00

67 lines
1.4 KiB
JSON

{
"name": "pnpm-list",
"version": "1.1.0",
"description": "List installed packages in a symlinked `node_modules`",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"prepare": "cd test && pnpm install",
"test": "cd test && npm test",
"prepublishOnly": "tsc",
"tsc": "tsc",
"md": "tsc && mos"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/pnpm-list.git"
},
"keywords": [
"pnpm",
"list",
"ls"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/"
},
"engines": {
"node": ">=4"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm-list/issues"
},
"homepage": "https://github.com/pnpm/pnpm-list#readme",
"dependencies": {
"@types/archy": "^0.0.31",
"@types/node": "^8.0.46",
"@types/ramda": "^0.24.17",
"archy": "^1.0.0",
"chalk": "^2.2.0",
"dependencies-hierarchy": "^1.0.1",
"npm-package-arg": "^6.0.0",
"p-limit": "^1.1.0",
"ramda": "^0.25.0",
"read-package-json": "^2.0.12",
"thenify": "^3.3.0"
},
"devDependencies": {
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"pnpm-logger": "^0.6.2",
"typescript": "^2.5.3"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}