-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
52 lines (52 loc) · 1.4 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "curve-aragon-voting",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "hardhat compile",
"chain": "hardhat node",
"test": "hardhat test",
"publish:major": "hardhat publish major",
"publish:minor": "hardhat publish minor",
"publish:patch": "hardhat publish patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pengiundev/curve-aragon-voting.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pengiundev/curve-aragon-voting/issues"
},
"homepage": "https://github.com/pengiundev/curve-aragon-voting#readme",
"dependencies": {
"@aragon/apps-shared-minime": "^1.0.2",
"@aragon/os": "^4.4.0",
"@openzeppelin/contracts": "^3.2.0"
},
"devDependencies": {
"@1hive/hardhat-aragon": "^0.1.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "^8.0.2",
"@typechain/hardhat": "^3.0.0",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.7",
"chai": "^4.2.0",
"dotenv": "^9.0.2",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.1.4",
"hardhat": "^2.6.5",
"hardhat-deploy": "^0.9.3",
"ts-generator": "^0.1.1",
"ts-node": "^10.4.0",
"typechain": "^6.0.2",
"typescript": "^4.4.4"
}
}