{
  "name": "htmlcoinjs",
  "version": "1.9.4",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "license": "MIT",
  "scripts": {
    "test": "mocha lib/*_test.js",
    "build": "tsc",
    "watch": "tsc -w",
    "lint": "tslint  --project tsconfig.json",
    "build:umd": "webpack --config webpack.config.js"
  },
  "npmName": "htmlcoinjs",
  "npmFileMap": [
    {
      "basePath": "/dist/",
      "files": [
        "*.js"
      ]
    }
  ],
  "dependencies": {
    "@types/debug": "^4.1.5",
    "axios": "^0.19.2",
    "btoa": "^1.1.2",
    "debug": "^4.1.1",
    "eventemitter3": "^2.0.3",
    "htmlcoinjs-ethjs-abi": "^1.0.7",
    "url-parse": "^1.4.7"
  },
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/chai-as-promised": "^7.1.3",
    "@types/mocha": "^8.0.3",
    "@types/node": "^14.6.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "mocha": "^8.1.1",
    "ts-loader": "^8.0.2",
    "tslint": "^6.1.3",
    "typescript": "^3.9.7",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12"
  }
}
