-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.58 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
57
{
"name": "conectorwhatsappopenai",
"version": "1.0.0",
"description": "Conector Open Source do Whatsapp Cloud Api com a Assistants API da Open AI, feito com ♡ pelo time do AprendiZAP da Fundação 1Bi.",
"main": "src/messageProcessor.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fundacao-1Bi/ConectorWhatsappOpenAi.git"
},
"keywords": [
"Whatsapp;",
"Open",
"AI;",
"Chatbots"
],
"author": "Otacilio Maia",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fundacao-1Bi/ConectorWhatsappOpenAi/issues"
},
"homepage": "https://github.com/Fundacao-1Bi/ConectorWhatsappOpenAi#readme",
"jest": {
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
]
},
"dependencies": {
"@aprendizap/aws-lambda-responses": "^1.0.1",
"@aws-sdk/client-dynamodb": "^3.529.1",
"@aws-sdk/lib-dynamodb": "^3.529.1",
"aws-lambda": "^1.0.7",
"axios": "^1.6.7",
"dotenv": "^16.4.4",
"openai": "^4.27.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@types/aws-lambda": "^8.10.137",
"@types/node": "^22.5.2",
"@types/pdf-parse": "^1.1.4",
"esbuild": "^0.20.1",
"eslint": "^7.3.0",
"husky": "^6.0.0",
"jest": "^28.1.3",
"serverless-esbuild": "^1.52.1",
"serverless-prune-plugin": "^2.0.2",
"serverless-step-functions": "^2.29.0",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typescript": "^5.5.4"
}
}