-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
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
{
"name": "wallkanda-contracts-mainnet",
"version": "0.0.1",
"description": "Mainnet contracts for Wallkanda",
"main": "truffle-config.js",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.2.0",
"@openzeppelin/contracts-upgradeable": "^4.1.0",
"@openzeppelin/hardhat-upgrades": "^1.9.0",
"@openzeppelin/test-helpers": "^0.5.11",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.1",
"hardhat": "^2.4.1",
"hardhat-deploy": "^0.8.9",
"hardhat-deploy-ethers": "*",
"hardhat-tracer": "*",
"hardhat-waffle": "*",
"minimist": "^1.2.5"
},
"scripts": {
"chain": "hardhat node",
"fork": "hardhat node --network hardhat",
"compile": "hardhat compile",
"test": "hardhat test --network hardhat"
},
"keywords": [
"ethereum",
"nft",
"erc1155"
],
"author": "simon.fremaux@gmail.com",
"license": "MIT"
}