mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 12:45:45 +00:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "@strapi/permissions",
|
|
"version": "4.13.7",
|
|
"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"
|
|
}
|
|
],
|
|
"files": [
|
|
"./dist"
|
|
],
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "run -T tsc",
|
|
"build:ts": "run build",
|
|
"watch": "run -T tsc -w --preserveWatchOutput",
|
|
"clean": "run -T rimraf ./dist",
|
|
"prepublishOnly": "yarn clean && yarn build",
|
|
"test:unit": "run -T jest",
|
|
"test:unit:watch": "run -T jest --watch",
|
|
"lint": "run -T eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@casl/ability": "6.5.0",
|
|
"@strapi/utils": "4.13.7",
|
|
"lodash": "4.17.21",
|
|
"sift": "16.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-custom": "4.13.7",
|
|
"tsconfig": "4.13.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0 <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|