-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.34 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
47
48
49
50
51
52
53
54
55
56
{
"name": "rag-aiquest",
"version": "1.4.1",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"start": "node dist/index.js",
"dev": "tsup src/index.ts --format cjs,esm --dts",
"release": "npm run dev && npx changeset publish",
"lint": "tsc"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apurvjha123/aiquest.git"
},
"keywords": [
"AI-powered",
"SemanticSearch",
"QnARetrival",
"openai",
"ChatbotEssential",
"chatbot"
],
"author": "Apurv Jha",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@changesets/cli": "^2.26.2",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/pdf-parse": "^1.1.3",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"aws-sdk": "^2.1478.0",
"axios": "^1.5.1",
"cheerio": "^1.0.0-rc.12",
"openai": "^4.12.4",
"pdf-parse": "git+https://github.com/apurvjha123/pdf-parse.git"
},
"bugs": {
"url": "https://github.com/apurvjha123/aiquest/issues"
},
"homepage": "https://github.com/apurvjha123/aiquest#readme"
}