{
  "name": "@hyperlab-solutions/dialex",
  "version": "1.0.0",
  "description": "JavaScript Client for HyperLab Dialex API",
  "main": "lib/dialex.min.js",
  "engines": {
    "node": ">=6.x.x",
    "npm": ">=5.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "webpack --env build",
    "dev": "webpack --progress --colors --watch --env dev",
    "test": "jest --coverage",
    "coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "lint": "eslint .",
    "flow": "flow check",
    "precommit": "npm run flow && npm run lint",
    "prepush": "npm run flow && npm run lint",
    "prepublish": "npm run flow && npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HyperLab-Solutions-Sdn-Bhd/dialex-sdk-javascript.git"
  },
  "keywords": [
    "hyperlab",
    "javascript",
    "js",
    "nodejs",
    "node-js",
    "sdk",
    "node-module",
    "nlp",
    "dialex"
  ],
  "author": "Riyadh Al Nur <riyadh.alnur@hyperlab.xyz> (https://www.hyperlab.xyz/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HyperLab-Solutions-Sdn-Bhd/dialex-sdk-javascript/issues"
  },
  "jest": {
    "testEnvironment": "node",
    "moduleFileExtensions": [
      "js"
    ],
    "coverageDirectory": "coverage",
    "collectCoverageFrom": [
      "src/**/*.js"
    ]
  },
  "homepage": "https://github.com/HyperLab-Solutions-Sdn-Bhd/dialex-sdk-javascript#readme",
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-core": "6.26.0",
    "babel-eslint": "8.0.1",
    "babel-jest": "21.2.0",
    "babel-loader": "7.1.2",
    "babel-plugin-add-module-exports": "0.2.1",
    "babel-plugin-transform-flow-strip-types": "6.22.0",
    "babel-preset-es2015": "6.24.1",
    "coveralls": "3.0.0",
    "eslint": "4.10.0",
    "eslint-loader": "1.9.0",
    "flow-bin": "0.57.3",
    "husky": "0.14.3",
    "jest": "21.2.1",
    "webpack": "3.8.1",
    "yargs": "10.0.3"
  },
  "dependencies": {
    "axios": "0.17.0"
  }
}
