{
  "name": "electron-types",
  "version": "42.7.1",
  "type": "module",
  "description": "TypeScript type definitions extracted from the electron package",
  "types": "./dist/electron.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "extract": "tsx scripts/extract-types.ts",
    "build": "tsx scripts/build.ts",
    "test": "vitest --typecheck.only --run",
    "test:watch": "vitest --typecheck.only",
    "check-versions": "tsx scripts/check-versions.ts"
  },
  "keywords": [
    "electron",
    "types",
    "typescript",
    "definitions"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/biw/electron-types.git"
  },
  "bugs": {
    "url": "https://github.com/biw/electron-types/issues"
  },
  "homepage": "https://github.com/biw/electron-types#readme",
  "dependencies": {
    "@types/node": "^22.0.0"
  },
  "devDependencies": {
    "expect-type": "^1.3.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0",
    "vitest": "^4.0.16"
  },
  "packageManager": "yarn@4.12.0",
  "engines": {
    "node": ">=18.0.0"
  }
}
