forked from BXHash/contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 962 Bytes
/
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
{
"name": "@bxh/core",
"version": "1.0.0",
"license": "MIT",
"types": "./types/index.ts",
"description": "Core contracts for the bxh protocol",
"files": [
"abi",
"artifacts",
"contracts",
"deployments",
"exports",
"types"
],
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/bxh/bxh.git"
},
"bugs": {
"url": "https://github.com/bxh/bxh/issues"
},
"homepage": "https://github.com/bxh/bxh#readme",
"keywords": [
"bxh",
"ethereum",
"hecochain"
],
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^3.4.0",
"chai": "^4.3.3",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.0.31",
"hardhat": "^2.1.1",
"web3": "^1.3.4"
}
}