Skip to content

Commit

Permalink
Adding package.json with init info.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeploy committed May 1, 2023
1 parent 2eb1ba5 commit c0b49e5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "discord-gpt",
"version": "0.0.1",
"description": "Discord GPT: A chatbot powered by OpenAI's GPT-3 for Discord, with natural language processing capabilities and advanced conversational AI. Built with Discord.js and easy to use for developers and users alike.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexdeploy/discord-gpt.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexdeploy/discord-gpt/issues"
},
"homepage": "https://github.com/alexdeploy/discord-gpt#readme"
}

0 comments on commit c0b49e5

Please sign in to comment.