Files
pnpm/packages/prune-lockfile/package.json
2021-10-19 17:40:20 +03:00

46 lines
1.2 KiB
JSON

{
"name": "@pnpm/prune-lockfile",
"version": "3.0.8",
"description": "Prune a pnpm-lock.yaml",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=12.17"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "eslint src/**/*.ts test/**/*.ts",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/prune-lockfile",
"keywords": [
"pnpm6",
"pnpm",
"shrinkwrap",
"lockfile"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/prune-lockfile#readme",
"devDependencies": {
"@types/ramda": "0.27.39",
"yaml-tag": "1.1.0"
},
"dependencies": {
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/lockfile-types": "workspace:3.0.0",
"@pnpm/types": "workspace:7.4.0",
"dependency-path": "workspace:8.0.4",
"ramda": "^0.27.1"
},
"funding": "https://opencollective.com/pnpm"
}