-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.52 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
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@fildomains/fns-contracts",
"version": "1.0.0",
"description": "FNS contracts",
"scripts": {
"test": "hardhat test --network hardhat",
"test:local": "hardhat --network localhost test",
"deploy": "hardhat deploy --network localhost --reset",
"node": "hardhat node --hostname 0.0.0.0",
"lint": "hardhat check",
"build": "shx rm -rf ./build/deploy ./build/hardhat.config.js && hardhat compile && tsc",
"format": "prettier --write .",
"prepublishOnly": "yarn build",
"pub": "yarn publish --access public",
"prepare": "husky install"
},
"files": [
"build",
"contracts/**/*.sol",
"artifacts",
"deployments/filecoin/*.json",
"deployments/hyperspace/*.json",
"deployments/calibration/*.json",
"deployments/archive/**/*.json"
],
"main": "index.js",
"devDependencies": {
"@ancjf/logs": "^1.0.3",
"@ensdomains/dnsprovejs": "^0.3.7",
"@ensdomains/test-utils": "^1.3.0",
"@fildomains/fnsjs": "0.52.5",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
"@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",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.0",
"@types/pako": "^2.0.0",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"elliptic-solidity": "^1.0.0",
"envfile": "^6.17.0",
"eslint-plugin-babel": "^5.3.1",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.7.2",
"hardhat": "^2.12.4",
"hardhat-abi-exporter": "^2.9.0",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-deploy": "^0.11.10",
"hardhat-gas-reporter": "^1.0.4",
"husky": "^8.0.0",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.24",
"rfc4648": "^1.5.0",
"shx": "^0.3.4",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
},
"resolutions": {
"ethereum-ens": "0.8.0",
"js-sha3": "0.8.0"
},
"dependencies": {
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@openzeppelin/contracts": "4.8.0",
"dns-packet": "^5.3.0",
"eth-ens-namehash": "^2.0.8"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fildomains/fns-contracts.git"
},
"author": "amncjf <amncjf@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fildomains/fns-contracts/issues"
},
"homepage": "https://github.com/fildomains/fns-contracts#readme"
}