-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.15 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
{
"name": "@tacoinfra/harbinger-poster",
"version": "1.0.0",
"description": "A Serverless framework application that posts signed prices from an exchange to Harbinger reference Tezos oracle contracts.",
"scripts": {
"build": "tsc -d",
"lint": "eslint . --ext .ts --fix",
"test": "mocha -r ts-node/register test/*.ts"
},
"author": "Blockscale LLC",
"license": "MIT",
"dependencies": {
"@tacoinfra/harbinger-lib": "^1.7.1",
"@types/aws-lambda": "^8.10.51",
"@types/aws-sdk": "^2.7.0",
"@types/secp256k1": "^4.0.1",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.713.0",
"blakejs": "^1.1.0",
"bs58check": "^2.1.2",
"conseiljs": "5.0.3-beta.2",
"secp256k1": "^4.0.1",
"serverless": "^1.79.0",
"serverless-webpack": "^5.3.3",
"ts-loader": "^8.0.1",
"webpack": "^4.44.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5"
}
}