{
  "name": "authpal-client",
  "version": "1.5.14",
  "description": "An authentication and authorization library for express applications and clients",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "rm -rf lib && tsc",
    "test": "echo 'switched to vitest, should refacor tests'",
    "test:old": "ts-node node_modules/jasmine/bin/jasmine --reporter=jasmine-ts-console-reporter --config=jasmine.client.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": "MIT",
  "dependencies": {
    "axios": "^1.18.1",
    "rxjs": "^7.8.2"
  },
  "devDependencies": {
    "@types/axios": "^0.14.4",
    "@types/jasmine": "^6.0.0",
    "@types/supertest": "^7.2.0",
    "jasmine": "^6.3.0",
    "jasmine-supertest": "^1.0.0",
    "jasmine-ts-console-reporter": "^3.1.1",
    "supertest": "^7.2.2",
    "typescript": "^6.0.3"
  }
}
