-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"name": "whats-this",
"version": "1.0.0",
"description": "An API that returns relevant information (GPT generated) based on a picture the user sends via WhatsApp",
"main": "app.js",
"dependencies": {
"@langchain/openai": "^0.0.23",
"@tensorflow-models/coco-ssd": "2.2.2",
"@tensorflow/tfjs-backend-cpu": "^3.3.0",
"@tensorflow/tfjs-backend-webgl": "^3.3.0",
"@tensorflow/tfjs-converter": "^3.3.0",
"@tensorflow/tfjs-core": "^3.3.0",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"canvas": "^2.9.0",
"cheerio": "^1.0.0-rc.12",
"cloudinary": "^2.0.3",
"cookie-parser": "^1.4.6",
"date-fns": "^2.30.0",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-session": "^1.17.3",
"image-size": "^1.1.1",
"langchain": "^0.1.30",
"passport": "^0.6.0",
"passport-openidconnect": "^0.1.1",
"request": "^2.88.2",
"serpapi": "^2.1.0",
"serve-static": "^1.15.0"
},
"scripts": {
"start": "node app.js",
"start:test": "node app-test.js"
},
"author": "Chad Danker",
"license": "ISC"
}