-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 799 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 799 Bytes
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
{
"name": "autonomous-proposals",
"version": "1.0.0",
"description": "Compound Crowd Proposals",
"main": "index.js",
"repository": "git@github.com:compound-finance/autonomous-proposals.git",
"author": "Compound Labs, Inc.",
"license": "BSD-3",
"dependencies": {
"bignumber.js": "^9.0.0",
"eth-saddle": "0.1.21",
"web3": "^1.2.11"
},
"scripts": {
"test": "./script/test",
"console": "npx -n --experimental-repl-await saddle console",
"compile": "npx saddle compile",
"deploy": "npx saddle deploy"
},
"resolutions": {
"**/ganache-core": "https://github.com/compound-finance/ganache-core.git#compound",
"scrypt.js": "https://registry.npmjs.org/@compound-finance/ethereumjs-wallet/-/ethereumjs-wallet-0.6.3.tgz",
"**/sha3": "^2.1.2"
}
}