{ "name": "@pnpm/lifecycle", "version": "6.2.3", "description": "Package lifecycle hook runner", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "engines": { "node": ">=8.15" }, "scripts": { "lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", "tsc": "rimraf lib && tsc", "test": "pnpm run lint && pnpm run tsc && ts-node test --type-check", "prepublishOnly": "pnpm run tsc", "fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/lifecycle", "keywords": [ "pnpm", "lifecycle", "scripts" ], "author": "Zoltan Kochan (https://www.kochan.io/)", "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/tree/master/packages/lifecycle#readme", "peerDependencies": { "@pnpm/logger": "^1.0.0 || ^2.0.0" }, "dependencies": { "@pnpm/core-loggers": "workspace:3.0.3", "@pnpm/read-package-json": "workspace:2.0.3", "@pnpm/types": "workspace:3.2.0", "@zkochan/npm-lifecycle": "3.1.2", "path-exists": "4.0.0", "run-groups": "2.0.1" }, "devDependencies": { "@pnpm/lifecycle": "link:", "@pnpm/logger": "2.1.1", "@types/rimraf": "2.0.2", "json-append": "1.1.1", "load-json-file": "6.2.0", "rimraf": "3.0.0", "tape": "4.11.0" } }