@ui-tars/electron-ipc
Version:
Type-safe Electron inter-process communication for UI-TARS
57 lines (56 loc) • 1.23 kB
JSON
{
"name": "@ui-tars/electron-ipc",
"version": "1.2.3",
"type": "module",
"description": "Type-safe Electron inter-process communication 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",
"Electron",
"IPC",
"UI-TARS"
],
"exports": {
"./main": {
"types": "./dist/main/index.d.ts",
"default": "./dist/main/index.js",
"require": "./dist/main/index.cjs"
},
"./renderer": {
"types": "./dist/renderer/index.d.ts",
"require": "./dist/renderer/index.cjs",
"default": "./dist/renderer/index.js"
}
},
"scripts": {
"dev": "tsup --watch",
"prepare": "npm run build",
"build": "tsup",
"test": "vitest"
},
"license": "Apache-2.0",
"files": [
"src",
"dist"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {},
"devDependencies": {
"electron": "^30.0.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^3.0.2"
},
"peerDependencies": {
"electron": ">=26.0.0"
}
}