{
  "name": "@ui-tars/shared",
  "version": "1.1.0",
  "description": "Shared types for UI-TARS",
  "repository": {
    "type": "git",
    "url": "https://github.com/bytedance/UI-TARS-desktop"
  },
  "bugs": {
    "url": "https://github.com/bytedance/UI-TARS-desktop/issues"
  },
  "exports": {
    "./types": {
      "import": "./dist/types/index.mjs",
      "require": "./dist/types/index.js",
      "types": "./dist/types/index.d.ts"
    },
    "./utils": {
      "import": "./dist/utils/index.mjs",
      "require": "./dist/utils/index.js",
      "types": "./dist/utils/index.d.ts"
    },
    "./constants": {
      "import": "./dist/constants/index.mjs",
      "require": "./dist/constants/index.js",
      "types": "./dist/constants/index.d.ts"
    }
  },
  "typesVersions": {
    "*": {
      "*": [
        "./src/*/index.ts"
      ]
    }
  },
  "keywords": [
    "UI-TARS"
  ],
  "license": "Apache-2.0",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {},
  "devDependencies": {
    "tsup": "^8.3.5",
    "typescript": "^5.7.2"
  },
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup"
  }
}