{
  "name": "@rsksmart/rns-artifacts",
  "version": "1.1.0",
  "description": "RNS library for smart contract development.",
  "files": [
    "build",
    "contracts"
  ],
  "scripts": {
    "test": "truffle test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rnsdomains/rns-artifacts.git"
  },
  "keywords": [
    "solidity",
    "smart",
    "contracts",
    "rsk",
    "rif",
    "rns",
    "name",
    "service"
  ],
  "bugs": {
    "url": "https://github.com/rnsdomains/rns-artifacts/issues"
  },
  "homepage": "https://rns.rifos.org",
  "license": "MIT",
  "dependencies": {
    "openzeppelin-solidity": "^2.3.0"
  },
  "devDependencies": {
    "bn-chai": "^1.0.1",
    "bn.js": "^4.11.8",
    "chai": "^4.2.0",
    "eth-ens-namehash": "^2.0.8",
    "web3": "^1.0.0-beta.51"
  },
  "resolutions": {
    "lodash": "^4.17.14",
    "lodash.template": "^4.5.0"
  }
}
