-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 910 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
{
"name": "usersmagic",
"version": "3.0.0",
"description": "#usersmagic\n The ultimate way of testing",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "14.17.0"
},
"author": "Yunus Gürlek",
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"aws-sdk": "^2.1058.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"cluster": "^0.7.7",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"crypto-js": "^4.1.1",
"dotenv": "^12.0.3",
"express": "^4.17.2",
"express-session": "^1.17.2",
"fs": "0.0.1-security",
"hash.js": "^1.1.7",
"json-2-csv": "^3.17.0",
"mongoose": "^6.1.6",
"multer": "^1.4.4",
"node-fetch": "^2.6.7",
"os": "^0.1.2",
"pug": "^3.0.2",
"serve-favicon": "^2.5.0",
"url": "^0.11.0",
"validator": "^13.7.0"
}
}