-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 910 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": "nctproject",
"version": "2.0.1",
"description": "How to integrate Name Changing Token (NCT) to a new or existing NFT project",
"scripts": {
"test": "npx hardhat test",
"compile": "npx hardhat compile",
"deploy-rinkeby": "npx hardhat run scripts/deploy-testing.js --network rinkeby",
"deploy-mainnet": "npx hardhat run scripts/deploy-mainnet.js --network mainnet"
},
"keywords": [
"NCT",
"ERC721",
"HashMasks"
],
"author": "0xSimo",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.4",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.7.1",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.0",
"hardhat": "^2.10.1",
"hardhat-deploy": "^0.11.11",
"hardhat-gas-reporter": "^1.0.8"
}
}