Files
ghbot/package.json
Chris Ham abdc894359 dockerize
2024-02-27 18:27:31 -08:00

21 lines
442 B
JSON

{
"name": "ghbot",
"version": "1.6.9",
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^0.21.2",
"discord.js": "^12.5.3",
"libsodium-wrappers": "^0.7.9",
"node-schedule": "^2.0.0",
"opusscript": "^0.0.8"
},
"devDependencies": {},
"scripts": {
"build": "docker build -t ghbot:latest .",
"start": "docker run -d --name ghbot ghbot:latest"
},
"author": "",
"license": "MIT"
}