change to nut.js

This commit is contained in:
2023-01-01 18:18:24 +01:00
parent 095c243187
commit b2727b7c07
5 changed files with 8473 additions and 998 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"dotenv.enableAutocloaking": true
}

View File

@@ -1,4 +1,4 @@
import robot from 'robotjs'
import { keyboard, key } from '@nut-tree/nut-js'
import { execa } from 'execa'
import 'dotenv/config'
import { Client } from 'discord.js'

6296
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -11,11 +11,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"@nut-tree/nut-js": "^2.3.0",
"colorette": "^2.0.19",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"execa": "^6.1.0",
"node-media-server": "^2.4.9",
"robotjs": "^0.6.0"
"node-media-server": "^2.4.9"
}
}

3164
yarn.lock

File diff suppressed because it is too large Load Diff