2023-03-14 21:16:54 +01:00
|
|
|
{
|
|
|
|
"name": "gptcord",
|
2023-09-18 11:24:35 +02:00
|
|
|
"version": "0.1.0",
|
2023-03-14 21:16:54 +01:00
|
|
|
"description": "",
|
2023-09-21 20:43:43 +02:00
|
|
|
"main": "./dist/src/index.js",
|
2023-03-14 21:16:54 +01:00
|
|
|
"scripts": {
|
2023-09-21 20:43:43 +02:00
|
|
|
"start": "tsc && node dist/src/index.js",
|
2023-05-08 09:15:34 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2023-09-30 12:31:25 +02:00
|
|
|
"publishCommands": "tsc && node dist/scripts/pushCommands.js"
|
2023-03-14 21:16:54 +01:00
|
|
|
},
|
|
|
|
"author": "Wroclaw",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2024-04-23 16:47:08 +02:00
|
|
|
"@prisma/client": "5.13.0",
|
|
|
|
"discord.js": "14.14.1",
|
2023-03-18 02:06:49 +01:00
|
|
|
"fold-to-ascii": "^5.0.1",
|
2023-03-19 04:15:08 +01:00
|
|
|
"gpt-3-encoder": "^1.1.4",
|
2024-04-23 16:47:08 +02:00
|
|
|
"openai": "^4.38.3",
|
2023-09-27 15:52:30 +02:00
|
|
|
"require-directory": "^2.1.1",
|
2024-04-23 16:47:08 +02:00
|
|
|
"typescript": "^5.4.5"
|
2023-03-14 21:16:54 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-18 02:06:49 +01:00
|
|
|
"@types/fold-to-ascii": "^5.0.0",
|
2023-05-08 08:53:06 +02:00
|
|
|
"@types/require-directory": "^2.1.2",
|
2024-04-23 16:47:08 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
|
|
"@typescript-eslint/parser": "^7.7.1",
|
|
|
|
"eslint": "^8.57.0",
|
2024-04-24 02:27:31 +02:00
|
|
|
"json-schema-to-ts": "^3.0.1",
|
2024-04-23 16:47:08 +02:00
|
|
|
"prisma": "5.13.0"
|
2023-03-14 21:16:54 +01:00
|
|
|
}
|
|
|
|
}
|