{
  "name": "element-selector-sdk-nodejs",
  "version": "0.4.4",
  "description": "Enterprise-grade UI Automation SDK for Windows with imperative API and full TypeScript support",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "build:publish": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && tsc -p tsconfig.publish.json && node scripts/minify.mjs",
    "dev": "tsc --watch",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix",
    "prepublishOnly": "npm run build:publish && npm test",
    "example:debug": "ts-node examples/debug-yuanbao.ts",
    "example:simple": "ts-node examples/00-simple-notepad.ts",
    "example:quick": "ts-node examples/01-quick-start.ts",
    "example:advanced": "ts-node examples/02-advanced-usage.ts",
    "example:full": "ts-node examples/test-imperative-api.ts"
  },
  "keywords": [
    "ui-automation",
    "windows",
    "uiautomation",
    "xpath",
    "imperative-api",
    "typescript",
    "enterprise"
  ],
  "author": "Element Selector Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/evlon/win-element-selector-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/evlon/win-element-selector-sdk/issues"
  },
  "homepage": "https://github.com/evlon/win-element-selector-sdk#readme",
  "dependencies": {
    "axios": "^1.6.0",
    "eventsource": "^2.0.2",
    "pino": "^10.3.1",
    "pino-pretty": "^13.1.3"
  },
  "devDependencies": {
    "@types/eventsource": "^1.1.15",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.6.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "jest": "^30.3.0",
    "terser": "^5.48.0",
    "ts-jest": "^29.4.9",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
