Files
agent/package.json
2025-10-19 21:49:57 +09:00

21 lines
391 B
JSON

{
"name": "agent",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "electron ./main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"electron": "^38.3.0"
},
"dependencies": {
"robotjs": "^0.6.0",
"socket.io-client": "^4.8.1"
}
}