nodbot/package.json

38 lines
901 B
JSON
Raw Permalink Normal View History

2021-06-26 20:08:26 +00:00
{
"name": "nodbot",
2024-06-21 19:02:08 +00:00
"version": "3.2.3",
2023-05-28 00:41:08 +00:00
"description": "Nods and Nod Accessories, now with ChatGPT!",
2021-09-22 16:10:52 +00:00
"main": "main.js",
2021-06-26 20:08:26 +00:00
"dependencies": {
2023-01-07 20:27:26 +00:00
"@discordjs/builders": "^0.16.0",
2021-09-22 16:10:52 +00:00
"@discordjs/rest": "^0.1.0-canary.0",
2022-12-02 18:46:26 +00:00
"axios": "^0.21.4",
2021-09-22 16:10:52 +00:00
"discord-api-types": "^0.22.0",
2023-04-09 16:41:47 +00:00
"discord.js": "^13.15.1",
2021-06-26 21:38:18 +00:00
"dotenv": "^10.0.0",
2021-09-22 17:15:31 +00:00
"fuzzy-search": "^3.2.1",
"mysql": "^2.18.1",
2023-10-18 21:33:03 +00:00
"openai": "^4.12.0",
2022-12-02 18:09:14 +00:00
"tenorjs": "^1.0.10"
2021-06-26 20:08:26 +00:00
},
2021-09-22 17:43:05 +00:00
"engines": {
2023-05-28 00:41:08 +00:00
"node": "18.x"
2021-09-22 17:43:05 +00:00
},
2021-06-26 20:08:26 +00:00
"devDependencies": {
2021-09-22 16:10:52 +00:00
"eslint": "^7.32.0"
2021-06-26 20:08:26 +00:00
},
"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"
}