Files
pnpm/packages/prune-lockfile/package.json
2020-10-31 19:27:17 +02:00

47 lines
1.4 KiB
JSON

{
"name": "@pnpm/prune-lockfile",
"version": "2.0.17",
"description": "Prune a pnpm-lock.yaml",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=10.16"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/prune-lockfile/coverage ts-node packages/prune-lockfile/test --type-check",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/prune-lockfile",
"keywords": [
"pnpm",
"shrinkwrap",
"lockfile"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/prune-lockfile#readme",
"devDependencies": {
"@pnpm/prune-lockfile": "link:",
"@types/ramda": "^0.27.32",
"yaml-tag": "1.1.0"
},
"dependencies": {
"@pnpm/constants": "workspace:4.1.0",
"@pnpm/lockfile-types": "workspace:2.1.1",
"@pnpm/types": "workspace:6.3.1",
"dependency-path": "workspace:5.0.6",
"ramda": "^0.27.1"
},
"funding": "https://opencollective.com/pnpm"
}