{
  "name": "@ui-tars/operator-nut-js",
  "version": "1.2.0-beta.17",
  "description": "Operator Nut JS SDK for UI-TARS",
  "repository": {
    "type": "git",
    "url": "https://github.com/bytedance/UI-TARS-desktop"
  },
  "bugs": {
    "url": "https://github.com/bytedance/UI-TARS-desktop/issues"
  },
  "keywords": [
    "AI",
    "Core",
    "SDK",
    "Operator",
    "UI-TARS"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "license": "Apache-2.0",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "big.js": "^6.2.2",
    "jimp": "1.6.0",
    "@computer-use/nut-js": "^4.2.0",
    "@ui-tars/shared": "1.2.0-beta.17"
  },
  "peerDependencies": {
    "@ui-tars/sdk": "1.2.0-beta.17"
  },
  "devDependencies": {
    "tsup": "^8.3.5",
    "typescript": "^5.7.2",
    "vitest": "^3.0.2",
    "@types/big.js": "^6.2.2",
    "@ui-tars/sdk": "1.2.0-beta.17"
  },
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup",
    "test": "vitest"
  }
}