{
  "name": "sth-ts",
  "version": "0.3.7",
  "description": "An SmartHoldem API wrapper, written in TypeScript to interact with SmartHoldem blockchain.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "build:docs": "typedoc --options typedoc.json src/index.ts",
    "build:ts": "shx rm -r lib && tsc -p ./",
    "build:prod": "npm run build:ts && npm run build:docs && npm run copypackage",
    "copypackage": "shx cp package.json ./lib/package.json",
    "test": "mocha --opts .mocharc",
    "lint": "tslint src/**/*.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smartholdem/sth-ts.git"
  },
  "bugs": {
    "url": "https://github.com/smartholdem/sth-ts/issues"
  },
  "homepage": "https://github.com/smartholdem/sth-ts#readme",
  "keywords": [
    "smartholdem",
    "api",
    "blockchain",
    "cryptocurrency",
    "typescript"
  ],
  "author": "STH Team <info@smartholdem.io>",
  "license": "MIT",
  "dependencies": {
    "@types/bigi": "^1.4.0",
    "@types/node": "^8.0.12",
    "@types/request": "^2.0.0",
    "@types/rx": "^4.1.1",
    "bigi": "^1.4.2",
    "bs58check": "^2.0.2",
    "bytebuffer": "^5.0.1",
    "create-hash": "^1.1.3",
    "create-hmac": "^1.1.6",
    "ecurve": "^1.0.5",
    "json-typescript-mapper": "^1.1.3",
    "randombytes": "^2.0.5",
    "request": "^2.81.0",
    "rxjs": "^5.4.2",
    "secp256k1": "^3.3.0",
    "wif": "^2.0.6"
  },
  "devDependencies": {
    "@types/chai": "^4.0.1",
    "@types/mocha": "^2.2.41",
    "chai": "^4.1.0",
    "mocha": "^3.4.2",
    "shx": "^0.2.2",
    "source-map-support": "^0.4.15",
    "ts-node": "^3.3.0",
    "tslint": "^5.6.0",
    "typedoc": "^0.8.0",
    "typedoc-plugin-external-module-map": "^0.0.6",
    "typescript": "^2.4.1"
  }
}
