This repository has been archived by the owner on Aug 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
50 lines (50 loc) · 1.66 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
{
"eslintConfig": {
"extends": "@serverless/eslint-config/node",
"root": true,
"rules": {
"no-console": 0
}
},
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"lint:updated": "pipe-git-updated --ext=js -- eslint --ignore-path .gitignore",
"prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
"prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
"prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
"prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write"
},
"devDependencies": {
"@serverless/eslint-config": "^3.0.0",
"eslint": "^7.13.0",
"eslint-plugin-import": "^2.22.1",
"git-list-updated": "^1.2.1",
"prettier": "^2.1.2",
"serverless-aws-documentation": "^1.1.0",
"serverless-deployment-bucket": "^1.3.0",
"serverless-domain-manager": "^4.2.0",
"serverless-export-swagger": "^2.0.0",
"serverless-offline": "^6.7.0"
},
"dependencies": {
"@yfi/sdk": "0.0.7",
"aws-sdk": "^2.790.0",
"axios": "^0.21.1",
"bignumber": "^1.1.0",
"bignumber.js": "^9.0.1",
"delay": "^4.4.0",
"dotenv": "^8.2.0",
"ethers": "^5.0.26",
"lint": "^0.7.0",
"lodash": "^4.17.20",
"moment": "^2.28.0",
"node-fetch": "^2.6.1",
"p-limit": "^3.1.0",
"prettify": "^0.1.7",
"ramda": "^0.27.1",
"serverless-dynamodb-local": "^0.2.39",
"uuid": "^8.3.2",
"web3": "^1.3.0",
"web3-batch-call": "^1.0.11"
}
}