{
  "name": "@pnpm/lifecycle",
  "version": "1001.0.37",
  "description": "Package lifecycle hook runner",
  "keywords": [
    "pnpm",
    "pnpm10",
    "lifecycle",
    "scripts"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/exec/lifecycle",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/exec/lifecycle#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "commonjs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "@pnpm/npm-lifecycle": "^1001.0.0",
    "is-windows": "^1.0.2",
    "path-exists": "^4.0.0",
    "run-groups": "^3.0.1",
    "shlex": "^2.1.2",
    "@pnpm/error": "1000.1.0",
    "@pnpm/core-loggers": "1001.0.9",
    "@pnpm/link-bins": "1000.3.8",
    "@pnpm/directory-fetcher": "1000.1.24",
    "@pnpm/read-package-json": "1000.1.8",
    "@pnpm/store-controller-types": "1004.5.1",
    "@pnpm/types": "1001.3.0"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1001.0.1"
  },
  "devDependencies": {
    "@types/is-windows": "^1.0.2",
    "@types/rimraf": "3.0.2",
    "@zkochan/rimraf": "^3.0.2",
    "load-json-file": "^6.2.0",
    "@pnpm/lifecycle": "1001.0.37",
    "@pnpm/logger": "1001.0.1",
    "@pnpm/prepare": "1000.0.16",
    "@pnpm/test-fixtures": "1000.0.0",
    "@pnpm/test-ipc-server": "1000.0.0"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}