Files
pnpm/packages/modules-cleaner/package.json
Zoltan Kochan 56a9fb897e fix: external links shouldn't be added to shrinkwrap.yaml
Links of packages that are not in package.json are not added
to shrinkwrap.yaml.

PR #1495
2018-11-18 19:45:15 +02:00

57 lines
1.5 KiB
JSON

{
"name": "@pnpm/modules-cleaner",
"version": "1.0.8",
"description": "Exports util functions to clean up node_modules",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"peerDependencies": {
"@pnpm/logger": "^2.1.0"
},
"keywords": [],
"license": "MIT",
"engines": {
"node": ">=6"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/modules-cleaner",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/modules-cleaner#readme",
"scripts": {
"start": "npm run tsc -- --watch",
"test": "npm run tsc && npm run lint",
"lint": "tslint -c tslint.json --project .",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "npm run tsc"
},
"dependencies": {
"@pnpm/core-loggers": "1.0.0",
"@pnpm/package-bins": "2.0.0",
"@pnpm/read-modules-dir": "0.0.0",
"@pnpm/store-controller-types": "1.1.0",
"@pnpm/types": "2.0.0",
"@pnpm/utils": "0.9.0",
"@types/node": "10.12.5",
"@types/ramda": "0.25.38",
"dependency-path": "2.0.0",
"fs-vacuum": "1.2.10",
"pnpm-shrinkwrap": "8.1.4",
"ramda": "0.25.0",
"rimraf-then": "1.0.1",
"util.promisify": "1.0.0"
},
"devDependencies": {
"@pnpm/logger": "2.1.0",
"@pnpm/modules-cleaner": "link:",
"@pnpm/tslint-config": "0.0.0",
"rimraf": "2.6.2",
"tslint": "5.11.0",
"typescript": "3.1.6"
}
}