UNPKG

@ui-tars/action-parser

Version:
41 lines 831 B
{ "name": "@ui-tars/action-parser", "version": "1.1.0", "description": "Action parser 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", "Action", "Parser", "UI-TARS" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "license": "Apache-2.0", "files": [ "dist" ], "publishConfig": { "registry": "https://registry.npmjs.org" }, "dependencies": { "@ui-tars/shared": "1.1.0" }, "devDependencies": { "tsup": "^8.3.5", "typescript": "^5.7.2", "vitest": "^3.0.2" }, "scripts": { "dev": "tsup --watch", "build": "tsup", "test": "vitest" } }