Initial commit
This commit is contained in:
commit
c18b8d83ef
9 changed files with 2191 additions and 0 deletions
22
package.json
Normal file
22
package.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "gptcord",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "./dist/index.js",
|
||||
"scripts": {
|
||||
"start": "tsc && node dist/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Wroclaw",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"discord.js": "^14.8.0",
|
||||
"openai": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.55.0",
|
||||
"eslint": "^8.36.0",
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue