chore: simplify to plain JS worker.js and finalize install instructions
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "ayristech-worker",
|
||||
"version": "1.0.0",
|
||||
"description": "AyrisTech Mailcow Worker",
|
||||
"main": "worker.js",
|
||||
"scripts": {
|
||||
"start": "node worker.js",
|
||||
"dev": "node --watch worker.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.16.1",
|
||||
"chokidar": "^5.0.0",
|
||||
"dotenv": "^17.4.2",
|
||||
"ioredis": "^5.10.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user