mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 20:58:16 +00:00
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "@strapi/plugin-content-manager",
|
|
"version": "4.10.6",
|
|
"description": "A powerful UI to easily manage your data.",
|
|
"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",
|
|
"lint": "run -T eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@sindresorhus/slugify": "1.1.0",
|
|
"@strapi/utils": "4.10.6",
|
|
"lodash": "4.17.21"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0 <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"strapi": {
|
|
"icon": "plug",
|
|
"name": "content-manager",
|
|
"displayName": "Content Manager",
|
|
"description": "Quick way to see, edit and delete the data in your database.",
|
|
"required": true,
|
|
"kind": "plugin"
|
|
}
|
|
}
|