{
  "name": "react-permission-role",
  "version": "2.0.2",
  "description": "Role and permissions based access management solution for React applications",
  "author": "arun kumar brahmaniya",
  "license": "MIT License",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arunkumarbrahmaniyaa/permission-react-role.git"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "sideEffects": false,
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "scripts": {
    "build": "npm run build:lib",
    "build:lib": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"src/**/*.{ts,tsx}\"",
    "format": "prettier --write \"src/**/*.{ts,tsx}\"",
    "test": "jest",
    "test:watch": "jest --watch",
    "prepublishOnly": "npm run build:lib"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^14.2.1",
    "@types/jest": "^29.5.12",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "eslint": "^8.57.0",
    "eslint-plugin-react": "^7.34.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^3.2.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "ts-jest": "^29.1.2",
    "tsup": "^8.0.2",
    "typescript": "^5.4.2"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "typescript",
    "rbac",
    "abac",
    "acl",
    "authorization",
    "access-control",
    "permissions",
    "roles",
    "role-based-access-control",
    "react-permission-role",
    "permission-role-react",
    "react-rbac",
    "react-acl",
    "react-authorization",
    "react-hooks",
    "usePermission",
    "useAuthorized",
    "AllowedAccess",
    "wildcard-permissions",
    "protected-routes",
    "ssr",
    "nextjs"
  ]
}
