-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "dccquestionbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@prisma/client": "5.0.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"csv-parse": "^5.4.0",
"dotenv": "^16.0.3",
"eslint": "^8.46.0",
"jsdom": "^22.1.0",
"openai": "^3.2.0",
"pg": "^8.11.1",
"pgvector": "^0.1.4",
"pgvector-ts": "^0.1.2",
"prisma": "^5.0.0",
"scrape-it": "^6.0.1",
"scrapy": "^0.0.1",
"simple-node-logger": "^21.8.12",
"sqlite3": "^5.1.4",
"telegraf": "^4.11.2"
},
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@types/node": "^18.13.0",
"typescript": "^4.9.5"
},
"scripts": {
"build": "npx tsc",
"start": "npx tsc && node build/index.js",
"lint": "eslint . --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CarloGauss33/dccquestionbot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CarloGauss33/dccquestionbot/issues"
},
"homepage": "https://github.com/CarloGauss33/dccquestionbot#readme"
}