nodgpt/package.json

26 lines
645 B
JSON
Raw Permalink Normal View History

2023-12-30 15:43:20 +00:00
{
"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",
2024-01-01 19:27:10 +00:00
"string.prototype.replaceall": "^1.0.7",
"openai": "^4.24.1"
2023-12-30 15:43:20 +00:00
}
}