-
Notifications
You must be signed in to change notification settings - Fork 209
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.22 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
{
"name": "@uma/scripts",
"version": "1.35.0",
"description": "UMA Core Peripheral Scripts",
"dependencies": {
"@ethersproject/abstract-provider": "^5.4.0",
"@ethersproject/units": "^5.0.3",
"@gnosis.pm/zodiac": "^3.2.0",
"@google-cloud/bigquery": "^5.3.0",
"@safe-global/safe-deployments": "^1.21.1",
"@safe-global/types-kit": "^2.0.1",
"@uma/common": "^2.40.0",
"@uma/contracts-node": "^0.4.28",
"@uma/financial-templates-lib": "^2.37.2",
"dotenv": "^6.2.0",
"ethers": "^5.4.2",
"lodash": "^4.17.21",
"minimist": "^1.2.0",
"web3": "^1.6.0",
"winston": "^3.2.1",
"yesno": "^0.4.0"
},
"homepage": "https://umaproject.org",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/UMAprotocol/protocol.git"
},
"bugs": {
"url": "https://github.com/UMAprotocol/protocol/issues"
},
"scripts": {
"test": "mocha 'test/**/*.js'",
"prebuild": "ts-node generate-types.ts",
"clean": "rm -rf build",
"build": "tsc --build"
},
"publishConfig": {
"registry": "https://registry.npmjs.com/",
"access": "public"
},
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}