UNPKG

@ui-tars/shared

Version:
59 lines 1.31 kB
{ "name": "@ui-tars/shared", "version": "1.2.3", "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": { "access": "public", "registry": "https://registry.npmjs.org/" }, "files": [ "dist", "src" ], "dependencies": {}, "devDependencies": { "@rslib/core": "0.10.0", "typescript": "^5.7.2", "@common/configs": "0.0.1" }, "scripts": { "dev": "rslib build --watch", "build": "rslib build", "build:watch": "rslib build --watch" } }