-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.89 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
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "granfondo_photo_search",
"version": "0.0.1",
"description": "The service finding photos as semantic ways",
"main": "server.ts",
"scripts": {
"serve": "npx ts-node server.ts",
"build": "rm -r ./dist && tsc && cp .gcloud/app.yaml dist/ && cp .gcloud/package.json dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sprtms400/Granfondo_Photo_Search.git"
},
"keywords": [
"Semantic",
"photo",
"search",
"system"
],
"author": "Fulcrumn <sprtms400@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sprtms400/Granfondo_Photo_Search/issues"
},
"homepage": "https://github.com/sprtms400/Granfondo_Photo_Search#readme",
"dependencies": {
"@langchain/openai": "^0.0.20",
"@pinecone-database/pinecone": "^2.1.0",
"@types/node": "^20.11.16",
"amqplib": "^0.10.3",
"async": "^3.2.5",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"bunyan": "^1.8.15",
"cors": "^2.8.5",
"del": "^7.1.0",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"http": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"langchain": "^0.1.27",
"mongoose": "^8.1.1",
"nodemailer": "^6.9.9",
"nodemon": "^3.0.3",
"redis": "^4.6.13",
"sharp": "^0.33.2"
},
"devDependencies": {
"@google-cloud/storage": "^7.7.0",
"@types/amqplib": "^0.10.5",
"@types/bcryptjs": "^2.4.6",
"@types/bunyan": "^1.8.11",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/gulp": "^4.0.17",
"@types/jsonwebtoken": "^9.0.5",
"@types/multer": "^1.4.11",
"@types/nodemailer": "^6.4.14",
"@types/sharp": "^0.32.0",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"multer": "^1.4.5-lts.1",
"multer-google-storage": "^1.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
}
}