-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.59 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
39
40
41
42
43
44
45
46
47
{
"name": "@binance-name/bns",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"c": "npx hardhat compile",
"h_flatten": "npx hardhat flatten > hardhat_flattened.sol",
"f": "truffle-flattener ./contracts/CanadaCoin.sol --output ./flattened.sol",
"deploy_bsc_mainnet": "npx hardhat deploy --network bsc_mainnet",
"deploy_bsc_testnet": "npx hardhat deploy --network bsc_testnet --reset",
"deploy_local": "npx hardhat deploy --network localhost --reset",
"run_node": "npx hardhat node",
"build-regex": "npx solregex2 --name NameLabelRegex '(xn--)?[a-z0-9]+(-[a-z0-9]+)*' > 'contracts/utils/NameLabelRegex.sol'"
},
"author": "",
"license": "ISC",
"dependencies": {
"hardhat-abi-exporter": "^2.8.0",
"hardhat-contract-sizer": "^2.0.3",
"ipfs-http-client": "^56.0.1",
"solregex2": "^0.4.4",
"truffle-flattener": "^1.6.0",
"web3-utils": "^1.7.3"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^2.1.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"@openzeppelin/hardhat-upgrades": "^1.17.0",
"bn.js": "^5.2.1",
"chai": "^4.3.4",
"colors": "^1.4.0",
"eth-crypto": "^2.0.0",
"eth-sig-util": "^3.0.1",
"ethereum-waffle": "^3.3.0",
"ethereumjs-util": "^7.1.0",
"ethers": "^5.6.8",
"hardhat": "^2.9.3",
"hardhat-deploy": "^0.11.4",
"hardhat-ethers": "^1.0.1",
"web3": "^1.7.3"
}
}