{
  "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"
  },
  "files": [
    "build/contracts/*json",
    "contracts/**/*.sol",
    "artifacts/contracts/**/*.json",
    "deployments/smartbch/*.json",
    "deployments/smartbch-amber/*.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"
}
