Updated Core
This commit is contained in:
parent
8b136eb565
commit
88ebfe4da2
25 changed files with 5678 additions and 1932 deletions
20
lib/executor/package.json
Normal file
20
lib/executor/package.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "qualiteer-executor",
|
||||
"version": "1.0.0",
|
||||
"description": "Qualiteer Executor",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"qualiteer-executor": "./executor.js"
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "esbuild executor.js --platform=node --target=node16 --bundle --outfile=dist/outfile.cjs"
|
||||
},
|
||||
"author": "Dunemask",
|
||||
"license": "LGPL-2.1-only",
|
||||
"dependencies": {
|
||||
"socket.io-client": "^4.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.14.38"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue