-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 998 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 998 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
39
40
41
42
43
44
{
"name": "cyphers",
"version": "1.0.0",
"description": "cyphers-google-cloud",
"main": "server.js",
"scripts": {
"test": "jest",
"start": "node server.js"
},
"keywords": [
"cyphers"
],
"author": "nodohan",
"license": "ISC",
"dependencies": {
"axios": "^1.12.0",
"bootstrap": "^5.3.3",
"brace-expansion": "^2.0.2",
"chart.js": "^3.6.0",
"check-ie": "^2.0.1",
"cheerio": "^1.0.0-rc.10",
"dotenv": "^16.3.1",
"ejs": "^3.1.8",
"express": "^4.21.0",
"express-rate-limit": "^7.5.0",
"form-data": "^4.0.4",
"is-mobile": "^3.0.0",
"mariadb": "^3.0.2",
"multer": "^2.0.1",
"node-fetch": "^3.3.2",
"node-schedule": "^2.0.0",
"nodemailer": "^7.0.7",
"qs": "^6.14.1",
"querystring": "^0.2.1",
"serve-favicon": "^2.5.0",
"undici": "^6.21.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.1"
},
"devDependencies": {
"jest": "^30.2.0",
"supertest": "^7.2.2"
}
}