-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 869 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 869 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
{
"name": "usersmagic",
"version": "2.0.0",
"description": "#usersmagic\nFeel your customers more than ever\nhttps://admin.usersmagic.com",
"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.0",
"aws-sdk": "^2.1023.0",
"body-parser": "^1.19.0",
"cluster": "^0.7.7",
"connect-mongo": "^4.4.1",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"fs": "0.0.1-security",
"mongoose": "^6.0.12",
"multer": "^1.4.3",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"os": "^0.1.2",
"pug": "^3.0.2",
"serve-favicon": "^2.5.0",
"url": "^0.11.0",
"validator": "^13.7.0"
}
}