{
  "name": "propylons-client",
  "version": "0.0.5",
  "description": "Client package for Propylons",
  "main": "index.js",
  "scripts": {
    "compile": "tsc --build tsconfig.base.json",
    "build": "npm run compile",
    "release": "cp ./package.json dist && cp README.md dist && cd dist && npm publish --access public && cd -",
    "lint-fix": "eslint src --fix && prettier --write src",
    "lint": "eslint src && prettier --check src",
    "test": "npm run build && jest",
    "prepare": "husky install || true",
    "pre-commit": "lint-staged"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/propylons/propylons-client.git"
  },
  "keywords": [
    "JWT",
    "RBAC",
    "permissions",
    "authorizations",
    "identity",
    "access",
    "management"
  ],
  "author": "Xavier Raffin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/propylons/propylons-client/issues"
  },
  "homepage": "https://github.com/propylons/propylons-client#readme",
  "devDependencies": {
    "@types/node": "^18.0.3",
    "jest": "^28.1.2",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "jwt-decode": "^3.1.2"
  }
}
