{
  "name": "react-rbac-lib",
  "version": "1.0.4",
  "description": "A tiny useful library to integrate role based access control for react (Typescript)",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sreekanth-Unnikrishnan/react-rbac-lib.git"
  },
  "keywords": [
    "RBAC",
    "react-rbac",
    "rbac library"
  ],
  "author": "Sreekanth T U",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Sreekanth-Unnikrishnan/react-rbac-lib/issues"
  },
  "homepage": "https://github.com/Sreekanth-Unnikrishnan/react-rbac-lib#readme",
  "devDependencies": {
    "@types/lodash": "^4.14.157",
    "@types/react": "^16.9.41",
    "@types/react-dom": "^16.9.8",
    "babel-core": "^6.26.3",
    "babel-runtime": "^6.26.0",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rollup": "^2.18.2",
    "rollup-plugin-sass": "^1.2.2",
    "rollup-plugin-typescript2": "^0.27.1",
    "typescript": "^3.9.6"
  },
  "dependencies": {
    "@casl/ability": "^4.1.5",
    "@casl/react": "^2.1.1",
    "lodash": "^4.17.15"
  },
  "scripts": {
    "start": "rollup -c -w",
    "build": "rollup -c"
  },
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "files": [
    "dist"
  ]
}
