-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.52 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
{
"name": "skynet",
"version": "1.0.0",
"description": "Skynet Search Engine development an Integration of Search Engine format with AI intergration fit feature fully loaded in it",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Twoward-Technologies/Skynet.git"
},
"author": "Sankalp Jain (Twoward Technologies)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Twoward-Technologies/Skynet/issues"
},
"homepage": "https://github.com/Twoward-Technologies/Skynet#readme",
"dependencies": {
"@google/generative-ai": "^0.2.1",
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"chart.js": "^4.4.2",
"cloudinary": "^1.21.0",
"connect-flash": "^0.1.1",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"ejs-mate": "^4.0.0",
"express": "^4.18.3",
"express-session": "^1.18.0",
"file-type": "^19.0.0",
"google-trends-api": "^4.9.2",
"https": "^1.0.0",
"method-override": "^3.0.0",
"mime": "^4.0.1",
"mime-types": "^2.1.35",
"mine-type": "^1.0.0",
"mongoose": "^8.2.1",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"openai": "^4.0.0",
"passport": "^0.7.0",
"passport-google-oauth-token": "^1.0.7",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"path": "^0.12.7",
"pdf-parse": "^1.1.1",
"readline": "^1.3.0",
"test": "^3.3.0",
"xlsx": "^0.18.5"
}
}