mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 03:21:55 -04:00
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "@pnpm/modules-cleaner",
|
|
"version": "3.0.1",
|
|
"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": ">=8"
|
|
},
|
|
"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": "3.0.0",
|
|
"@pnpm/lockfile-types": "1.0.0",
|
|
"@pnpm/lockfile-utils": "1.0.0",
|
|
"@pnpm/package-bins": "3.0.1",
|
|
"@pnpm/read-modules-dir": "2.0.0",
|
|
"@pnpm/store-controller-types": "3.0.0",
|
|
"@pnpm/types": "3.0.0",
|
|
"@pnpm/utils": "0.10.0",
|
|
"@types/node": "*",
|
|
"@types/ramda": "0.25.38",
|
|
"dependency-path": "3.0.0",
|
|
"fs-vacuum": "1.2.10",
|
|
"ramda": "0.26.1",
|
|
"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.3",
|
|
"tslint": "5.14.0",
|
|
"typescript": "3.3.3333"
|
|
}
|
|
}
|