{
  "name": "@pnpm/store.controller-types",
  "version": "1100.1.6",
  "description": "Types for the store controller",
  "keywords": [
    "pnpm",
    "pnpm11",
    "types"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/store/controller-types"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/store/controller-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/fetching.fetcher-base": "1100.2.0",
    "@pnpm/types": "1101.3.2"
  },
  "devDependencies": {
    "@pnpm/store.controller-types": "1100.1.6",
    "@pnpm/store.cafs-types": "1100.0.1"
  },
  "engines": {
    "node": ">=22.13"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "test": "pn compile",
    "compile": "tsgo --build && pn lint --fix",
    "lint": "eslint \"src/**/*.ts\""
  }
}