{
  "name": "tokamak-staking-lib",
  "version": "0.0.18",
  "description": "tokamak staking library",
  "main": "./src/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "./build.sh",
    "test": "mocha -r ts-node/register --timeout 4000 ./**/*.test.ts"
  },
  "types": "./src/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Onther-Tech/tokamak-staking-lib.git"
  },
  "dependencies": {
    "bn.js": "^5.1.1",
    "commander": "^5.1.0",
    "dotenv": "^8.2.0",
    "lodash": "^4.17.21",
    "truffle-privatekey-provider": "^1.3.0",
    "web3": "^1.3.0",
    "web3-core": "^1.3.0",
    "web3-eth-contract": "^1.3.0",
    "web3-utils": "^1.2.1"
  },
  "devDependencies": {
    "@types/bn.js": "^4.11.6",
    "@types/chai": "^4.1.4",
    "@types/mocha": "^5.2.5",
    "@types/node": "^11.11.3",
    "chai": "^4.2.0",
    "chai-bn": "^0.1.1",
    "lerna": "^3.13.1",
    "mocha": "^7.0.0",
    "ts-node": "^7.0.0",
    "typescript": "^3.9.7"
  },
  "keywords": [
    "tokamak"
  ],
  "author": "Onther Inc.",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/Onther-Tech/tokamak-staking-lib/issues"
  },
  "homepage": "https://github.com/Onther-Tech/tokamak-staking-lib#readme"
}
