-
Notifications
You must be signed in to change notification settings - Fork 205
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.77 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.77 KB
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
67
{
"name": "@uma/financial-templates-lib",
"version": "2.36.1",
"description": "Arbitrage automation and libraries for UMA financial templates",
"dependencies": {
"@ethersproject/bignumber": "^5.4.2",
"@google-cloud/trace-agent": "^5.1.6",
"@pagerduty/pdjs": "^2.2.4",
"@uma/common": "^2.37.1",
"@uma/contracts-node": "^0.4.23",
"@uma/logger": "^1.3.0",
"@uma/sdk": "^0.34.8",
"@uniswap/sdk": "^2.0.5",
"bluebird": "^3.7.2",
"bn.js": "^4.11.9",
"discord.js": "^14.11.0",
"dotenv": "^9.0.0",
"lodash": "^4.17.20",
"mathjs": "^9.2.0",
"minimist": "^1.2.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"node-fetch": "^2.6.0",
"node-pagerduty": "^1.2.0",
"superstruct": "^1.0.3",
"web3": "^1.6.0",
"winston": "^3.2.1",
"winston-transport": "^4.3.0"
},
"devDependencies": {
"@openzeppelin/contracts": "4.9.6",
"@tsconfig/node14": "^1.0.0",
"@types/bn.js": "^5.1.0",
"@types/sinon": "^10.0.0",
"@uma/contracts-node-0-1-0": "npm:@uma/contracts-node@0.1.0",
"bignumber.js": "^9.0.1",
"chai": "^4.3.4",
"mocha": "^9.1.1",
"sinon": "^9.0.2",
"web3-core": "^1.6.0",
"web3-eth-contract": "^1.6.0",
"web3-utils": "^1.6.0"
},
"homepage": "https://umaproject.org",
"license": "AGPL-3.0-or-later",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.com/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UMAprotocol/protocol.git"
},
"files": [
"/src/**/*.js",
"/dist/**/*"
],
"scripts": {
"test": "mocha 'test/**/*.js'",
"build": "tsc"
},
"bugs": {
"url": "https://github.com/UMAprotocol/protocol/issues"
}
}