forked from Ethercast/ethercast-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 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
{
"name": "ethercast-backend",
"version": "1.0.0",
"description": "backend for the ethercast api and notification pipeline",
"repository": {
"type": "git",
"url": "https://github.com/Ethercast/crud-subs"
},
"scripts": {
"test": "ts-mocha tests/**/*.test.ts",
"deploy:mainnet": "sls deploy --stage mainnet --logLevel warn",
"deploy:kovan": "sls deploy --stage kovan --logLevel warn"
},
"devDependencies": {
"@types/aws-lambda": "0.0.22",
"@types/bunyan": "^1.8.4",
"@types/chai": "^4.1.2",
"@types/joi": "^13.0.5",
"@types/jsonwebtoken": "^7.2.5",
"@types/mocha": "^2.2.48",
"@types/node": "^8.10.29",
"@types/node-fetch": "^1.6.7",
"@types/qs": "^6.5.1",
"@types/underscore": "^1.8.7",
"@types/url-regex": "^4.0.0",
"@types/uuid": "^3.4.3",
"aws-sdk": "^2.197.0",
"chai": "^4.1.2",
"mocha": "^4.1.0",
"serverless": "^1.31.0",
"serverless-dynamodb-autoscaling": "^0.6.2",
"serverless-pseudo-parameters": "^1.4.2",
"serverless-webpack": "^4.0.0",
"ts-loader": "^2.3.7",
"ts-mocha": "^1.1.0",
"typescript": "^2.5.2",
"webpack": "^3.6.0",
"webpack-node-externals": "^1.6.0"
},
"dependencies": {
"@ethercast/backend-model": "0.0.18",
"@ethercast/calculate-signature": "0.0.1",
"@ethercast/message-compressor": "0.0.0",
"@ethercast/model": "0.0.16",
"@ethercast/queue-drainer": "0.0.5",
"bignumber.js": "^6.0.0",
"bunyan": "^1.8.12",
"env-var": "^3.2.0",
"joi": "^13.1.2",
"jsonwebtoken": "^8.1.1",
"jwk-to-pem": "^1.2.6",
"node-fetch": "^2.0.0",
"qs": "^6.5.1",
"sns-validator": "^0.3.4",
"underscore": "^1.8.3",
"url-regex": "^4.1.1",
"uuid": "^3.2.1"
}
}