{
  "name": "@pnpm/store-controller-types",
  "version": "1004.5.1",
  "description": "Types for the store controller",
  "keywords": [
    "pnpm",
    "pnpm10",
    "types"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/store/store-controller-types",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/store/store-controller-types#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/fetcher-base": "1001.2.2",
    "@pnpm/resolver-base": "1005.4.1",
    "@pnpm/types": "1001.3.0"
  },
  "devDependencies": {
    "@pnpm/cafs-types": "1000.1.0",
    "@pnpm/store-controller-types": "1004.5.1"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "test": "pnpm run compile",
    "compile": "tsc --build && pnpm run lint --fix",
    "lint": "eslint \"src/**/*.ts\""
  }
}