-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
50 lines (50 loc) · 1.46 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
{
"name": "ubi",
"version": "0.1.0",
"description": "Universal Basic Income",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test",
"coverage": "npx hardhat coverage | coveralls"
},
"author": "Democracy Earth Foundation",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^2.1.0",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^3.4.0",
"@openzeppelin/contracts-upgradeable": "^3.4.0",
"@openzeppelin/hardhat-upgrades": "^1.6.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.21",
"bignumber.js": "^9.0.1",
"chai": "^4.3.6",
"chai-as-promised": "7.1.1",
"chai-bignumber": "3.0.0",
"coveralls": "^3.1.0",
"eth-lightwallet": "^4.0.0",
"ethereum-waffle": "^3.2.1",
"ethers": "^5.0.24",
"ganache-cli": "^6.12.1",
"hardhat": "^2.0.9",
"hardhat-gas-reporter": "^1.0.4",
"mocha-lcov-reporter": "^1.3.0",
"openzeppelin-solidity": "^3.3.0",
"prompt-confirm": "^2.0.4",
"solidity-coverage": "^0.7.14"
},
"dependencies": {
"eth-permit": "^0.1.10",
"moment": "^2.29.1",
"poster": "git+https://github.com/auryn-macmillan/poster.git"
}
}