21 lines
442 B
JSON
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"
|
|
}
|