{
  "name": "@pnpm/hooks.types",
  "version": "1100.1.0",
  "description": "Types for hooks",
  "keywords": [
    "pnpm",
    "pnpm11"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/hooks/types"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/hooks/types#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "@pnpm/resolving.resolver-base": "1100.5.0",
    "@pnpm/lockfile.types": "1100.0.12",
    "@pnpm/store.cafs-types": "1100.0.1",
    "@pnpm/fetching.fetcher-base": "1100.2.0",
    "@pnpm/types": "1101.3.2"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@pnpm/hooks.types": "1100.1.0"
  },
  "engines": {
    "node": ">=22.13"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "test": "pn compile && pn .test",
    "compile": "tsgo --build && pn lint --fix",
    ".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
  }
}