Files
BizGaze_Remote/agent/package.json
T
2026-06-05 17:29:09 +05:30

20 行
436 B
JSON

{
"name": "remote-access-agent",
"version": "0.2.0",
"description": "Native host agent — screen capture, WebRTC, consent, OS input injection",
"main": "main.js",
"scripts": {
"start": "electron .",
"test:input": "node input/inject.test.js"
},
"dependencies": {
"ws": "^8.18.0"
},
"optionalDependencies": {
"@nut-tree-fork/nut-js": "^4.2.0"
},
"devDependencies": {
"electron": "^31.0.0"
}
}