-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 864 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
{
"name": "land-tokens",
"version": "1.0.0",
"description": "Currently work-in-progress",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+/~https://github.com/sikvelsigma/Land-Tokens.git"
},
"keywords": [],
"author": "",
"license": "",
"bugs": {
"url": "/~https://github.com/sikvelsigma/Land-Tokens/issues"
},
"homepage": "/~https://github.com/sikvelsigma/Land-Tokens#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/hardhat-upgrades": "^1.17.0",
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.4",
"hardhat": "^2.9.0",
"web3": "^1.7.1"
}
}