{
  "name": "otp-client",
  "version": "1.0.3",
  "description": "JavaScript library for creating OTP tokens for easy use in OTP clients",
  "main": "dist/main.js",
  "license": "MIT",
  "keywords": [
    "one-time-password",
    "google authenticator",
    "totp",
    "otp",
    "expo.io",
    "react-native"
  ],
  "author": {
    "name": "Oliver Schneider",
    "email": "os@ols.io"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/olsio/otp-client.git"
  },
  "bugs": {
    "url": "https://github.com/olsio/otp-client/issues"
  },
  "scripts": {
    "build": "webpack -p",
    "clean": "rimraf dist coverage",
    "lint": "eslint --ext js src",
    "prepublish": "yarn run lint && yarn run test && yarn run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "dependencies": {
    "moment": "^2.22.2",
    "precond": "^0.2.3",
    "thirty-two": "^1.0.2"
  },
  "devDependencies": {
    "@babel/core": "^7.1.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/preset-env": "^7.1.6",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^24.1.0",
    "babel-loader": "^8.0.4",
    "eslint": "^5.9.0",
    "jest": "^24.1.0",
    "regenerator-runtime": "^0.13.1",
    "rimraf": "^2.6.2",
    "webpack": "3.12.0"
  }
}
