-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 1.72 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
{
"name": "saas-api",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"pre-commit": "lint-staged"
},
"dependencies": {
"@openst/brandedtoken.js": "0.10.0",
"@openst/mosaic.js": "0.10.0",
"@openst/openst.js": "0.10.0",
"@openstfoundation/mosaic-anchor.js": "https://github.com/OpenSTFoundation/mosaic-anchor.js.git#develop",
"@ostdotcom/base": "^2.0.0",
"@ostdotcom/cache": "1.0.8-beta.6",
"@ostdotcom/notification": "1.0.7",
"@ostdotcom/ost-block-scanner": "1.0.2-beta.4",
"@ostdotcom/ost-dynamic-gas-price": "1.0.4",
"@ostdotcom/ost-price-oracle": "1.0.7",
"@ostdotcom/ost-sdk-js": "2.2.1",
"@ostdotcom/storage": "1.0.4",
"@ostdotcom/xweb3": "1.0.0",
"abi-decoder": "1.2.0",
"aws-sdk": "2.373.0",
"bignumber.js": "4.1.0",
"bn.js": "4.11.8",
"body-parser": "1.18.3",
"commander": "2.19.0",
"continuation-local-storage": "3.2.1",
"csv-parser": "^2.3.2",
"edit-json-file": "1.3.1",
"elasticsearch": "15.0.0",
"ethereumjs-tx": "1.3.4",
"express": "4.16.4",
"helmet": "3.21.2",
"http-aws-es": "6.0.0",
"jsonwebtoken": "8.4.0",
"mocha": "5.2.0",
"morgan": "1.9.1",
"mustache": "3.0.1",
"mysql": "2.16.0",
"nodemailer": "4.7.0",
"qs": "6.6.0",
"request-promise": "4.2.2",
"sanitize-html": "1.19.3",
"slack": "11.0.2"
},
"devDependencies": {
"eslint": "6.5.1",
"lint-staged": "7.2.0",
"node-cmd": "3.0.0",
"os": "0.1.1",
"path": "0.12.7",
"pre-commit": "1.2.2",
"prettier": "1.13.7"
},
"pre-commit": [
"pre-commit"
],
"lint-staged": {
"*.js": [
"prettier --write --config .prettierrc.json",
"git add"
]
}
}