30 lines
813 B
JSON
30 lines
813 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",
|
|
"publishCommands": "tsc && node dist/scripts/pushCommands.js"
|
|
},
|
|
"author": "Wroclaw",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@prisma/client": "^4.13.0",
|
|
"discord.js": "^14.8.0",
|
|
"fold-to-ascii": "^5.0.1",
|
|
"gpt-3-encoder": "^1.1.4",
|
|
"openai": "^3.2.1",
|
|
"require-directory": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fold-to-ascii": "^5.0.0",
|
|
"@types/require-directory": "^2.1.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
|
"@typescript-eslint/parser": "^5.55.0",
|
|
"eslint": "^8.36.0",
|
|
"prisma": "^4.13.0",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|