-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 946 Bytes
/
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
{
"name": "ddo_backend",
"version": "1.0.0",
"type": "module",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"better-queue": "^3.8.12",
"cheerio": "^1.0.0",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
"ddo_backend": "file:",
"dotenv": "16.3.1",
"express": "4.18.2",
"fast-speedtest-api": "^0.3.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "7.5.0",
"morgan": "1.10.0",
"node-cache": "^5.1.2",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"node-netstat": "^1.9.0",
"ping": "^0.4.4",
"puppeteer": "^24.2.0",
"systeminformation": "^5.25.11",
"xml2js": "^0.6.2"
},
"devDependencies": {
"nodemon": "3.0.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}