{
  "name": "@42.nl/authentication",
  "version": "3.1.0",
  "description": "Authenticating with a Spring Security application and storing the currentUser.",
  "type": "module",
  "files": [
    "lib"
  ],
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/42BV/react-authentication.git"
  },
  "keywords": [
    "redux",
    "authentication",
    "Spring Boot"
  ],
  "author": "Maarten Hus",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/42BV/react-authentication/issues"
  },
  "homepage": "https://github.com/42BV/react-authentication#readme",
  "peerDependencies": {
    "react": "^18.0 || ^19.0",
    "react-router": "^6.0 || ^7.0 || ^8.0"
  },
  "devDependencies": {
    "@eslint/js": "9.39.4",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.2",
    "@types/react": "19.2.16",
    "@types/react-dom": "19.2.3",
    "@vitest/coverage-v8": "4.1.8",
    "@vitest/eslint-plugin": "1.6.19",
    "eslint": "9.39.4",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "7.1.1",
    "globals": "17.6.0",
    "husky": "9.1.7",
    "jsdom": "29.1.1",
    "lint-staged": "17.0.7",
    "np": "11.2.1",
    "prettier": "3.8.3",
    "react": "19.2.7",
    "react-dom": "19.2.7",
    "react-router": "8.0.1",
    "typescript": "6.0.3",
    "typescript-eslint": "8.60.1",
    "vitest": "4.1.8"
  },
  "scripts": {
    "start": "vitest --watch",
    "clean": "rm -rf lib",
    "test": "npm run lint && npm run test:ts && npm run test:coverage",
    "test:ts": "tsc --version && tsc --noEmit",
    "test:coverage": "vitest run --coverage",
    "docs": "jekyll serve -s docs",
    "coverage": "npm test -- --coverage",
    "tsc": "npm run clean && tsc --version && tsc",
    "lint": "eslint src tests",
    "lint:src": "eslint src",
    "lint:test": "eslint tests",
    "release": "npm run tsc && np",
    "dev:publish": "./scripts/dev-publish.sh",
    "prepare": "husky"
  },
  "lint-staged": {
    "{src,tests}/**/*.{js,jsx,json,scss,ts,tsx}": [
      "prettier --write"
    ]
  }
}
