25 lines
620 B
JSON
25 lines
620 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"
|
|
}
|
|
}
|