{
  "name": "@keep-network/tbtc",
  "version": "1.1.2-ropsten.12+main.bf84a4d82289164f76f8817d31858eb53e3f51ba",
  "description": "The tBTC smart contracts implementing the TBTC trustlessly Bitcoin-backed ERC-20 token.",
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/keep-network/tbtc.git"
  },
  "files": [
    "contracts/**/*.sol",
    "artifacts/"
  ],
  "scripts": {
    "clean": "rm -rf build/",
    "compile": "truffle compile",
    "test": "truffle compile && mocha --exit --recursive test --timeout 20000",
    "test:quick": "mocha --exit --recursive test --timeout 20000",
    "test:quick:watch": "mocha --watch --recursive test --timeout 20000",
    "test:debug": "NODE_ENV=test node --inspect node_modules/.bin/truffle test",
    "lint": "npm run lint:js && npm run lint:sol",
    "lint:fix": "npm run lint:fix:js && npm run lint:fix:sol",
    "lint:js": "eslint .",
    "lint:fix:js": "eslint --fix .",
    "lint:sol": "solium -d contracts/ && prettier --list-different contracts/**/*.sol",
    "lint:fix:sol": "solium -d contracts/ --fix && prettier --write contracts/**/*.sol"
  },
  "precommit": "npm run lint",
  "author": "Satoshi Nakamoto 🤪",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/keep-network/tbtc/issues"
  },
  "homepage": "https://tbtc.network/",
  "dependencies": {
    "@celo/contractkit": "^1.0.2",
    "@keep-network/keep-ecdsa": "1.8.0-ropsten.1",
    "@summa-tx/bitcoin-spv-sol": "^3.1.0",
    "@summa-tx/relay-sol": "^2.0.2",
    "openzeppelin-solidity": "2.3.0"
  },
  "devDependencies": {
    "@asciidoctor/core": "2.2.0",
    "@keep-network/common.js": "0.0.1-3",
    "@openzeppelin/test-environment": "^0.1.9",
    "@openzeppelin/test-helpers": "^0.5.4",
    "@truffle/hdwallet-provider": "^1.2.6",
    "@types/mocha": "^7.0.2",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-2": "^6.18.0",
    "babel-preset-stage-3": "^6.17.0",
    "babel-register": "^6.26.0",
    "bn-chai": "^1.0.1",
    "bn.js": "^4.11.8",
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "eslint-config-keep": "git+https://github.com/keep-network/eslint-config-keep.git#0.3.0",
    "eslint-config-prettier": "^6.10.0",
    "eth-gas-reporter": "^0.2.22",
    "ethlint": "^1.2.4",
    "ganache-cli": "^6.12.2",
    "husky": "^6.0.0",
    "mocha": "^7.0.1",
    "moment": "^2.27.0",
    "prettier": "^2.0.2",
    "prettier-plugin-solidity": "^1.0.0-beta.10",
    "solc": "0.5.17",
    "solium": "^1.2.5",
    "solium-config-keep": "git+https://github.com/keep-network/solium-config-keep.git#v0.2.0",
    "truffle": "^5.3.1",
    "truffle-plugin-verify": "^0.5.15"
  },
  "engines": {
    "node": ">= 12.0.0"
  }
}