2023-04-12 16:24:32 +02:00

39 lines
849 B
JSON

{
"name": "@strapi/permissions",
"version": "4.9.1",
"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": "./lib/index.js",
"scripts": {
"test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch",
"lint": "run -T eslint ."
},
"dependencies": {
"@casl/ability": "5.4.4",
"@strapi/utils": "4.9.1",
"lodash": "4.17.21",
"sift": "16.0.1"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
}
}