GPTcord/package.json
Wroclaw 276d70efee Parse usernames for use in OpenAI api
also document the toOpenAIMssages.ts file
2023-03-18 02:06:49 +01:00

24 lines
580 B
JSON

{
"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",
"fold-to-ascii": "^5.0.1",
"openai": "^3.2.1"
},
"devDependencies": {
"@types/fold-to-ascii": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"typescript": "^4.9.5"
}
}