{
  "name": "authpal-client",
  "version": "1.3.3",
  "description": "An authentication and authorization library for express applications and clients",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prepare": "rm -rf lib && tsc",
    "deploy": "npm publish",
    "test": "ts-node node_modules/jasmine/bin/jasmine --reporter=jasmine-ts-console-reporter --config=jasmine.json"
  },
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts"
  ],
  "author": "eltharynd",
  "keywords": [
    "node",
    "nodejs",
    "node.js",
    "express",
    "passport",
    "typescript",
    "auth",
    "authentication",
    "authorization",
    "secure",
    "jwt",
    "security",
    "client",
    "client side"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/eltharynd/authpal"
  },
  "license": "ISC",
  "dependencies": {
    "axios": "^0.27.2",
    "rxjs": "^7.5.6"
  },
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/jasmine": "^4.3.0",
    "@types/supertest": "^2.0.12",
    "jasmine": "^4.3.0",
    "jasmine-supertest": "^1.0.0",
    "jasmine-ts-console-reporter": "^3.1.1",
    "supertest": "^6.2.4",
    "typescript": "^4.7.4"
  }
}
