-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.19 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "platform",
"version": "2.0.60",
"main": "index.js",
"repository": "https://github.com/AnandChowdhary/undrawcdn",
"author": "Anand Chowdhary <[email protected]>",
"license": "MIT",
"devDependencies": {
"codacy-coverage": "^3.3.0",
"jest": "^23.6.0",
"nodemon": "^1.18.7",
"onchange": "^5.1.3",
"prettier": "^1.15.3",
"versiony-cli": "^1.3.0"
},
"scripts": {
"start": "node index.js",
"start:local": "nodemon index.js",
"pm2": "pm2 start index.js",
"prettier": "onchange '**/*.{js,vue,scss}' -- prettier --write {{changed}}",
"test": "jest --coverage && cat ./coverage/lcov.info | codacy-coverage",
"increment-package": "versiony --patch --to package.json"
},
"husky": {
"hooks": {
"pre-commit": "yarn increment-package && git add package.json"
}
},
"dependencies": {
"@postlight/mercury-parser": "^2.0.0",
"@sentry/node": "^4.6.4",
"atob": "^2.1.2",
"aws-sdk": "^2.408.0",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"country-list": "^2.1.0",
"cron": "^1.6.0",
"crypto": "^1.0.1",
"data-uri-to-file": "^0.1.8",
"dotenv": "^6.1.0",
"elasticsearch": "^15.4.1",
"elasticsearch-sanitize": "^2.0.0",
"express": "^4.16.4",
"express-brute": "^1.0.1",
"express-form-data": "^2.0.6",
"express-rate-limit": "^3.3.2",
"express-slow-down": "^1.1.1",
"form-data": "^2.3.3",
"fraud": "^5.2.0",
"geolite2": "^1.2.1",
"google-translate": "^2.2.0",
"googleapis": "^35.0.0",
"http-aws-es": "^6.0.0",
"husky": "^1.3.1",
"jsdom": "^13.0.0",
"jsonexport": "^2.4.1",
"jsonwebtoken": "^8.5.0",
"marked": "^0.6.1",
"maxmind": "^2.12.0",
"md5": "^2.2.1",
"microsoft-computer-vision": "^0.4.2",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
"nodemailer": "^5.1.1",
"otplib": "^11.0.0",
"parse-domain": "^2.1.7",
"promise-serial": "^0.1.5",
"puppeteer": "^1.11.0",
"qrcode": "^1.3.3",
"randomstring": "^1.1.5",
"recaptcha2": "^1.3.3",
"redis": "^2.8.0",
"stripe": "^6.0.0",
"strotate": "^2.0.0",
"universal-analytics": "^0.4.20",
"which-browser": "^0.4.0"
}
}