-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "core",
"version": "1.0.0",
"description": "Fuel DAO Solidity Smart Contracts",
"main": "index.js",
"scripts": {
"test": "npx buidler test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Power-Trade/fuel-dao/core.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Power-Trade/fuel-dao/issues"
},
"homepage": "https://github.com/Power-Trade/fuel-dao#readme",
"devDependencies": {
"@nomiclabs/buidler": "^1.4.3",
"@nomiclabs/buidler-ethers": "^2.0.0",
"@nomiclabs/buidler-etherscan": "^2.1.0",
"@nomiclabs/buidler-solhint": "^1.3.3",
"@nomiclabs/buidler-truffle5": "^1.3.4",
"@nomiclabs/buidler-waffle": "^2.1.0",
"@nomiclabs/buidler-web3": "^1.3.4",
"@openzeppelin/test-helpers": "^0.5.6",
"buidler-gas-reporter": "^0.1.3",
"chai": "^4.2.0",
"csv-parser": "^2.3.3",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.1.0",
"ethers": "^5.0.8",
"mocha": "^8.1.3",
"moment": "^2.27.0",
"solidity-coverage": "^0.7.10",
"web3": "^1.2.11"
},
"dependencies": {
"lodash": "^4.17.20",
"openzeppelin-solidity-2.3.0": "npm:[email protected]",
"prompt-sync": "^4.2.0"
}
}