Files
pnpm/packages/prune-lockfile/package.json
2021-01-23 17:33:52 +02:00

46 lines
1.2 KiB
JSON

{
"name": "@pnpm/prune-lockfile",
"version": "2.0.19",
"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": "jest",
"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": {
"@types/ramda": "^0.27.35",
"yaml-tag": "1.1.0"
},
"dependencies": {
"@pnpm/constants": "workspace:4.1.0",
"@pnpm/lockfile-types": "workspace:2.2.0",
"@pnpm/types": "workspace:6.4.0",
"dependency-path": "workspace:5.1.1",
"ramda": "^0.27.1"
},
"funding": "https://opencollective.com/pnpm"
}