-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 918 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 918 Bytes
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
{
"name": "kiwe",
"version": "0.0.1",
"description": "The best bird-based social media app.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [],
"author": "Cameron Ball",
"license": "MIT",
"dependencies": {
"@google/generative-ai": "^0.17.1",
"@types/node": "^18.0.6",
"axios": "^1.7.5",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cron-job": "^1.0.3",
"dotenv": "^16.4.5",
"email-validator": "^2.0.4",
"express": "^4.18.2",
"express-session": "^1.17.3",
"highlight.js": "^11.9.0",
"https": "^1.0.0",
"js-sha512": "^0.8.0",
"moment": "^2.30.1",
"mongodb": "^4.12.0",
"mongoose": "^6.7.2",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"node-fetch": "^3.2.6",
"pug": "^3.0.2",
"qrcode": "^1.5.3",
"sanitizer": "^0.1.3",
"socket.io": "^2.3.0",
"speakeasy": "^2.0.0"
}
}