{
  "name": "@0auth/client",
  "version": "1.0.13",
  "main": "./src/index.js",
  "description": "A client library for 0Auth",
  "repository": "https://github.com/0-Auth/0Auth.git",
  "author": "0Auth Team",
  "scripts": {
    "build": "yarn clean && yarn compile",
    "clean": "rm -rf ./lib && rm -rf tsconfig.tsbuildinfo",
    "compile": "tsc"
  },
  "keywords": [
    "authenticate",
    "0Auth",
    "client"
  ],
  "license": "MIT",
  "private": false,
  "dependencies": {
    "@0auth/message": "^1.0.8",
    "axios": "^0.19.2",
    "crypto-js": "^4.0.0",
    "typescript-optional": "^2.0.1"
  },
  "devDependencies": {
    "@0auth/server": "^1.0.8",
    "@types/crypto-js": "^3.1.47",
    "@types/elliptic": "^6.4.12",
    "elliptic": "^6.5.3"
  },
  "gitHead": "b9b91315a7f654b6a1f6fde1bde0bec5021bd547"
}
