forked from ensdomains/ens-contracts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.26 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@bchdomains/lns-contracts",
"version": "0.0.10",
"description": "LNS contracts",
"scripts": {
"test": "npx hardhat test",
"lint": "npx hardhat check",
"build": "npx hardhat compile",
"prepublishOnly": "yarn build",
"pub": "yarn publish --access public",
"deploy:smartbch-amber": "npx hardhat --network smartbch-amber deploy --deploy-scripts deploy/smartbch",
"deploy:smartbch": "npx hardhat --network smartbch deploy --deploy-scripts deploy/smartbch",
"deploy:dogechain-testnet": "npx hardhat --network dogechain-testnet deploy --deploy-scripts deploy/dogechain",
"deploy:dogechain": "npx hardhat --network dogechain deploy --deploy-scripts deploy/dogechain"
},
"files": [
"build/contracts/*json",
"contracts/**/*.sol",
"artifacts/contracts/**/*.json",
"deployments/smartbch/*.json",
"deployments/smartbch-amber/*.json",
"deployments/dogechain/*.json",
"deployments/dogechain-testnet/*.json"
],
"main": "index.js",
"devDependencies": {
"@ensdomains/dnsprovejs": "^0.3.7",
"@ensdomains/test-utils": "^1.3.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.11",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"elliptic-solidity": "^1.0.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.4",
"hardhat": "^2.6.5",
"hardhat-abi-exporter": "^2.2.1",
"hardhat-deploy": "^0.8.11",
"hardhat-deploy-ethers": "^0.3.0-beta.10",
"hardhat-gas-reporter": "^1.0.4",
"np": "^7.6.0",
"rfc4648": "^1.5.0"
},
"resolutions": {
"ethereum-ens": "0.8.0",
"js-sha3": "0.8.0"
},
"dependencies": {
"@ensdomains/buffer": "^0.0.13",
"@ensdomains/solsha1": "0.0.3",
"@openzeppelin/contracts": "^4.1.0",
"dns-packet": "^5.3.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bchdomains/lns-contracts.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bchdomains/lns-contracts/issues"
},
"homepage": "https://github.com/bchdomains/lns-contracts#readme"
}