38 lines
901 B
JSON
38 lines
901 B
JSON
{
|
|
"name": "nodbot",
|
|
"version": "3.3.0",
|
|
"description": "Nods and Nod Accessories, now with ChatGPT!",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"@discordjs/builders": "^0.16.0",
|
|
"@discordjs/rest": "^0.1.0-canary.0",
|
|
"axios": "^0.21.4",
|
|
"discord-api-types": "^0.22.0",
|
|
"discord.js": "^13.15.1",
|
|
"dotenv": "^10.0.0",
|
|
"fuzzy-search": "^3.2.1",
|
|
"mysql": "^2.18.1",
|
|
"openai": "^4.12.0",
|
|
"tenorjs": "^1.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "18.x"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/voidf1sh/nodbot.git"
|
|
},
|
|
"author": "voidf1sh#0420",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/voidf1sh/nodbot/issues"
|
|
},
|
|
"homepage": "https://github.com/voidf1sh/nodbot#readme"
|
|
}
|