{ "name": "pnpm-shrinkwrap", "version": "5.1.1", "description": "pnpm's shrinkwrap", "main": "lib/index.js", "typings": "lib/index.d.ts", "engines": { "node": ">=4" }, "files": [ "lib/" ], "scripts": { "test": "tslint -c tslint.json -p . && preview && ts-node test --type-check", "tsc": "rimraf lib && tsc", "prepublishOnly": "npm run tsc" }, "repository": { "type": "git", "url": "git+https://github.com/pnpm/pnpm-shrinkwrap.git" }, "keywords": [ "pnpm", "shrinkwrap", "lockfile" ], "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", "url": "https://www.kochan.io" }, "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm-shrinkwrap/issues" }, "homepage": "https://github.com/pnpm/pnpm-shrinkwrap#readme", "peerDependencies": { "@pnpm/logger": "^1.0.0" }, "devDependencies": { "@pnpm/logger": "^1.0.0", "@types/tape": "^4.2.30", "package-preview": "^1.0.0", "rimraf": "^2.6.1", "tape": "^4.6.3", "tempy": "^0.2.1", "ts-node": "^4.1.0", "tslint": "^5.8.0", "typescript": "^2.3.4" }, "dependencies": { "@types/node": "^9.3.0", "@types/ramda": "^0.25.12", "dependency-path": "^1.0.0", "js-yaml": "^3.8.4", "load-yaml-file": "^0.1.0", "mkdirp-promise": "^5.0.1", "ramda": "^0.25.0", "rimraf-then": "^1.0.1", "thenify": "^3.3.0", "write-file-atomic": "^2.1.0" } }