forked from flare-foundation/FTSO-price-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "flare-price-provider",
"version": "1.0.0",
"repository": "[email protected]:flarenetwork/flare-price-provider.git",
"author": "flare",
"license": "MIT",
"dependencies": {
"@google-cloud/secret-manager": "3.10.1",
"@types/glob": "7.1.4",
"ccxt": "1.50.74",
"ccxws": "0.43.1",
"ethers": "5.1.4",
"dotenv": "10.0.0",
"glob": "7.1.7",
"random-number-csprng": "1.0.2",
"ts-node": "9.1.1",
"typescript": "4.4.2",
"web3": "1.3.5",
"web3-utils": "1.3.5",
"winston": "3.3.3",
"yargs": "16.2.0"
},
"scripts": {
"artifacts": "ts-node lib/refresh-artifacts.ts",
"typechain-web3-v1": "yarn typechain --target=web3-v1 --out-dir typechain-web3-v1 \"artifacts/!(build-info)/**/+([a-zA-Z0-9_]).json\" 1> nul",
"sync": "yarn artifacts && yarn typechain-web3-v1",
"build": "yarn tsc",
"docker-build": "bash scripts/docker-build.sh",
"docker-deploy": "bash scripts/docker-deploy.sh"
},
"devDependencies": {
"@typechain/web3-v1": "3.1.0",
"@types/glob": "7.1.4",
"@types/node": "15.0.2",
"@types/web3": "^1.2.2",
"@types/yargs": "^17.0.2",
"rimraf": "3.0.2",
"typechain": "5.1.2",
"typescript": "4.4.2"
}
}