-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.39 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
{
"name": "pepo-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"pre-commit": "lint-staged"
},
"dependencies": {
"@maxmind/geoip2-node": "^1.4.0",
"@ostdotcom/base": "^2.0.0",
"@ostdotcom/cache": "1.0.8-beta.4",
"@ostdotcom/notification": "1.0.8-beta.1",
"@ostdotcom/ost-sdk-js": "2.2.0",
"aws-sdk": "2.484.0",
"bignumber.js": "4.1.0",
"body-parser": "1.18.3",
"cassandra-driver": "4.3.1",
"commander": "2.19.0",
"continuation-local-storage": "3.2.1",
"cookie-parser": "1.4.4",
"csurf": "1.10.0",
"csv-parser": "2.3.1",
"express": "4.16.4",
"firebase-admin": "8.4.0",
"google-auth-library": "5.2.1",
"googleapis": "43.0.0",
"helmet": "3.21.1",
"html-entities": "1.2.1",
"jsonwebtoken": "8.4.0",
"moment-timezone": "0.5.26",
"morgan": "1.9.1",
"mysql": "2.16.0",
"node-rsa": "1.0.7",
"request": "2.88.2",
"request-promise": "4.2.5",
"sanitize-html": "1.19.3",
"slack": "11.0.2",
"socket.io": "2.2.0"
},
"devDependencies": {
"eslint": "6.5.1",
"lint-staged": "7.2.0",
"pre-commit": "1.2.2",
"prettier": "1.13.7",
"csv-write-stream": "2.0.0",
"csv-writer": "1.6.0"
},
"pre-commit": [
"pre-commit"
],
"lint-staged": {
"*.js": [
"prettier --write --config .prettierrc.json",
"git add"
]
}
}