{ "name": "@pnpm/lifecycle", "version": "15.0.8", "description": "Package lifecycle hook runner", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=16.14" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix", "compile": "tsc --build && pnpm run lint --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/main/exec/lifecycle", "keywords": [ "pnpm8", "pnpm", "lifecycle", "scripts" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/exec/lifecycle#readme", "peerDependencies": { "@pnpm/logger": "^5.0.0" }, "dependencies": { "@pnpm/core-loggers": "workspace:*", "@pnpm/directory-fetcher": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/link-bins": "workspace:*", "@pnpm/npm-lifecycle": "^2.0.1", "@pnpm/read-package-json": "workspace:*", "@pnpm/store-controller-types": "workspace:*", "@pnpm/types": "workspace:*", "path-exists": "^4.0.0", "run-groups": "^3.0.1" }, "devDependencies": { "@pnpm/lifecycle": "workspace:*", "@pnpm/test-fixtures": "workspace:*", "@types/rimraf": "^3.0.2", "@zkochan/rimraf": "^2.1.3", "json-append": "1.1.1", "load-json-file": "^6.2.0" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }