mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 19:22:52 -05:00
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "@pnpm/modules-cleaner",
|
|
"version": "11.0.3",
|
|
"description": "Exports util functions to clean up node_modules",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^4.0.0"
|
|
},
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"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": "pnpm run tsc -- --watch",
|
|
"test": "pnpm run compile",
|
|
"lint": "eslint -c ../../eslint.json src/**/*.ts",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/core-loggers": "workspace:6.0.1",
|
|
"@pnpm/filter-lockfile": "workspace:5.0.2",
|
|
"@pnpm/lockfile-types": "workspace:3.0.0",
|
|
"@pnpm/lockfile-utils": "workspace:3.0.2",
|
|
"@pnpm/read-modules-dir": "workspace:3.0.0",
|
|
"@pnpm/remove-bins": "workspace:2.0.1",
|
|
"@pnpm/store-controller-types": "workspace:11.0.2",
|
|
"@pnpm/types": "workspace:7.1.0",
|
|
"@zkochan/rimraf": "^2.1.1",
|
|
"dependency-path": "workspace:7.0.1",
|
|
"ramda": "^0.27.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^4.0.0",
|
|
"@types/ramda": "0.27.39"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|