{
  "name": "azimuth-js",
  "version": "0.23.0",
  "description": "Functions for interacting with Azimuth",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/urbit/azimuth-js.git"
  },
  "main": "index.js",
  "scripts": {
    "test:deploy": "cd node_modules/azimuth-solidity && truffle deploy",
    "test:ganache": "ganache-cli --networkId 1 -m 'benefit crew supreme gesture quantum web media hazard theory mercy wing kitten' > /dev/null &",
    "test:setup": "npm run test:ganache && npm run test:deploy",
    "test:mocha": "nyc mocha --reporter spec --timeout 5000 --exit",
    "test:cleanup": "pkill -f ganache-cli",
    "test": "npm-run-all test:setup test:mocha test:cleanup --continue-on-error",
    "docs": "jsdoc2md *.js > docs/api.md",
    "prepublishOnly": "npm run docs",
    "lint": "eslint *.js"
  },
  "keywords": [
    "azimuth",
    "ecliptic",
    "smart",
    "contract"
  ],
  "devDependencies": {
    "bip39": "^3.0.4",
    "chai": "^4.3.4",
    "eslint": "^8.2.0",
    "ganache-cli": "^6.12.2",
    "hdkey": "2.0.1",
    "jsdoc": "^3.6.7",
    "jsdoc-to-markdown": "^7.1.0",
    "mocha": "^9.1.3",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "secp256k1": "^4.0.2",
    "truffle": "^5.4.30",
    "web3": "^1.3.6"
  },
  "dependencies": {
    "azimuth-solidity": "^1.2.3",
    "ethereumjs-util": "^7.1.3",
    "urbit-ob": "^5.0.1"
  },
  "peerDependencies": {
    "web3": "^1.3.6"
  },
  "author": "Tlon",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/urbit/azimuth-js/issues"
  },
  "homepage": "https://github.com/urbit/azimuth-js",
  "directories": {
    "test": "test"
  }
}
