-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "@bend/bend-crowdfunding",
"version": "0.0.1",
"description": "bend crowdfunding",
"files": [
"contracts",
"artifacts"
],
"scripts": {
"compile": "SKIP_LOAD=true hardhat compile",
"test": "hardhat test test/**.spec.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/BendDAO/bend-crowdfunding"
},
"author": "BEND <dev@benddao.xyz>",
"license": "MIT",
"dependencies": {
"@openzeppelin/contracts": "^4.4.0",
"@openzeppelin/contracts-upgradeable": "^4.5.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/hardhat-upgrades": "^1.10.0",
"@typechain/ethers-v5": "^8.0.5",
"@typechain/hardhat": "^3.0.0",
"@types/chai": "^4.2.22",
"@types/lowdb": "^1.0.9",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.11",
"bignumber.js": "^9.0.1",
"chai": "^4.3.4",
"dayjs": "^1.10.7",
"dotenv": "^11.0.0",
"ethers": "^5.5.2",
"hardhat": "^2.7.0",
"hardhat-gas-reporter": "^1.0.6",
"install": "^0.13.0",
"lowdb": "^1.0.0",
"npm": "^8.2.0",
"tmp-promise": "^3.0.3",
"ts-node": "^10.4.0",
"typechain": "^6.0.5",
"typescript": "^4.5.2"
}
}