{
  "name": "@strapi/permissions",
  "version": "5.6.0",
  "description": "Strapi's permission layer.",
  "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"
    }
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "pack-up build",
    "clean": "run -T rimraf ./dist",
    "lint": "run -T eslint .",
    "test:ts": "run -T tsc --noEmit",
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "watch": "pack-up watch"
  },
  "dependencies": {
    "@casl/ability": "6.5.0",
    "@strapi/utils": "5.6.0",
    "lodash": "4.17.21",
    "qs": "6.11.1",
    "sift": "16.0.1"
  },
  "devDependencies": {
    "@strapi/pack-up": "5.0.2",
    "eslint-config-custom": "5.6.0",
    "tsconfig": "5.6.0"
  },
  "engines": {
    "node": ">=18.0.0 <=22.x.x",
    "npm": ">=6.0.0"
  }
}
