-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.17 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": "rari-governance-contracts",
"version": "2.0.3",
"description": "Smart contracts for the Rari Governance system.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "truffle compile --all",
"ganache": "node scripts/ganache.js",
"migrate-dev": "sh scripts/migrate-dev.sh",
"test": "sh scripts/test.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/Rari-Capital/rari-governance-contracts.git"
},
"author": {
"name": "David Lucid",
"email": "[email protected]",
"url": "https://github.com/davidlucid"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Rari-Capital/rari-governance-contracts/issues"
},
"homepage": "https://github.com/Rari-Capital/rari-governance-contracts#readme",
"devDependencies": {
"@openzeppelin/truffle-upgrades": "^1.5.0",
"@truffle/hdwallet-provider": "^1.0.36",
"dotenv": "^8.2.0",
"ganache-core": "^2.11.3-beta.0",
"truffle": "^5.1.45"
},
"dependencies": {
"@chainlink/contracts": "0.0.9",
"@openzeppelin/contracts-ethereum-package": "^2.5.0",
"@openzeppelin/upgrades": "^2.8.0"
}
}