{
  "name": "mi-auth-client",
  "version": "1.4.4",
  "description": "Use to MI product authorization and authentication",
  "main": "dist/main.js",
  "types": "dist/main.d.ts",
  "scripts": {
    "build": "npx gulp",
    "doc": "npx typedoc",
    "prepublish": "npx gulp",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/groundhog-technologies/mi-auth-client.git"
  },
  "keywords": [
    "Auth",
    "MI"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/groundhog-technologies/mi-auth-client/issues"
  },
  "homepage": "https://github.com/groundhog-technologies/mi-auth-client#readme",
  "devDependencies": {
    "@nano-sql/core": "^2.3.7",
    "@types/ramda": "types/npm-ramda#dist",
    "gulp": "^4.0.0",
    "gulp-cli": "^2.3.0",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-typescript": "^6.0.0-alpha.1",
    "typedoc": "^0.17.8",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "@types/lodash": "^4.14.159",
    "@types/node": "^14.0.27",
    "axios": "^0.19.2",
    "ramda": "^0.27.1"
  }
}