This commit is contained in:
2025-10-19 21:49:57 +09:00
commit 62046f6c8d
6 changed files with 1911 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"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"
}
}