nodgpt/package.json

26 lines
645 B
JSON

{
"name": "nodgpt",
"version": "1.0.0",
"description": "NodBot's OpenAI features moved to a dedicated bot",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://git.vfsh.dev/voidf1sh/nodgpt.git"
},
"author": "Skylar Grant",
"license": "MIT",
"bugs": {
"url": "https://git.vfsh.dev/voidf1sh/nodgpt/issues"
},
"homepage": "https://git.vfsh.dev/voidf1sh/nodgpt#readme",
"dependencies": {
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"string.prototype.replaceall": "^1.0.7",
"openai": "^4.24.1"
}
}