20 lines
436 B
JSON
20 lines
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"
|
|
}
|
|
}
|