UNPKG

@ensdomains/root

Version:

[![Build Status](https://travis-ci.com/ensdomains/root.svg?branch=master)](https://travis-ci.com/ensdomains/root) [![License](https://img.shields.io/badge/License-BSD--2--Clause-blue.svg)](LICENSE)

22 lines (21 loc) 527 B
{ "name": "@ensdomains/root", "version": "0.2.0", "requires": true, "devDependencies": { "@ensdomains/buffer": "^0.0.7", "@ensdomains/ens": "^0.6.0", "@ensdomains/test-utils": "^1.3.0", "bluebird": "^3.5.2", "eth-ens-namehash": "^2.0.8", "js-sha3": "0.6.1", "solium": "^1.0.4", "truffle": "^5.1.62" }, "scripts": { "test": "truffle test", "watch": "npm-watch", "lint": "solium --dir ./contracts", "prepublishOnly": "truffle compile && truffle networks --clean" } }