{
  "name": "@strapi/plugin-users-permissions",
  "version": "4.9.2",
  "description": "Protect your API with a full-authentication process based on JWT",
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "scripts": {
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
    "test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
    "test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
    "test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
    "lint": "run -T eslint ."
  },
  "dependencies": {
    "@strapi/design-system": "1.6.6",
    "@strapi/helper-plugin": "4.9.2",
    "@strapi/icons": "1.6.6",
    "@strapi/utils": "4.9.2",
    "bcryptjs": "2.4.3",
    "formik": "2.2.9",
    "grant-koa": "5.4.8",
    "immer": "9.0.19",
    "jsonwebtoken": "9.0.0",
    "jwk-to-pem": "2.0.5",
    "koa": "^2.13.4",
    "koa2-ratelimit": "^1.1.2",
    "lodash": "4.17.21",
    "prop-types": "^15.7.2",
    "purest": "4.0.2",
    "react-intl": "6.3.2",
    "react-query": "3.24.3",
    "react-redux": "8.0.5",
    "url-join": "4.0.1",
    "yup": "^0.32.9"
  },
  "devDependencies": {
    "@testing-library/dom": "8.19.0",
    "@testing-library/react": "12.1.4",
    "@testing-library/react-hooks": "8.0.1",
    "@testing-library/user-event": "14.4.3",
    "history": "^4.9.0",
    "msw": "1.0.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "5.3.4",
    "react-test-renderer": "^17.0.2",
    "styled-components": "5.3.3"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.3.4",
    "styled-components": "^5.3.3"
  },
  "engines": {
    "node": ">=14.19.1 <=18.x.x",
    "npm": ">=6.0.0"
  },
  "strapi": {
    "displayName": "Roles & Permissions",
    "name": "users-permissions",
    "description": "Protect your API with a full authentication process based on JWT. This plugin comes also with an ACL strategy that allows you to manage the permissions between the groups of users.",
    "required": true,
    "kind": "plugin"
  },
  "gitHead": "91e0be2708e4d1e8ec731c75e73e54c0dfacb67d"
}
