{ "name": "@pnpm/lifecycle", "version": "1001.0.0", "description": "Package lifecycle hook runner", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=18.12" }, "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": [ "pnpm10", "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.1.0 <1001.0.0" }, "dependencies": { "@pnpm/core-loggers": "workspace:*", "@pnpm/directory-fetcher": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/link-bins": "workspace:*", "@pnpm/npm-lifecycle": "catalog:", "@pnpm/read-package-json": "workspace:*", "@pnpm/store-controller-types": "workspace:*", "@pnpm/types": "workspace:*", "is-windows": "catalog:", "path-exists": "catalog:", "run-groups": "catalog:" }, "devDependencies": { "@pnpm/lifecycle": "workspace:*", "@pnpm/logger": "workspace:*", "@pnpm/prepare": "workspace:*", "@pnpm/test-fixtures": "workspace:*", "@pnpm/test-ipc-server": "workspace:*", "@types/is-windows": "catalog:", "@types/rimraf": "catalog:", "@zkochan/rimraf": "catalog:", "load-json-file": "catalog:" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" }, "jest": { "preset": "@pnpm/jest-config" } }