mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
{
|
|
"name": "@strapi/plugin-content-manager",
|
|
"version": "4.17.1",
|
|
"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"
|
|
}
|
|
],
|
|
"exports": {
|
|
"./_internal/shared": {
|
|
"types": "./dist/shared/index.d.ts",
|
|
"source": "./shared/index.ts",
|
|
"import": "./dist/shared/index.mjs",
|
|
"require": "./dist/shared/index.js",
|
|
"default": "./dist/shared/index.js"
|
|
},
|
|
"./strapi-server": {
|
|
"types": "./dist/server/src/index.d.ts",
|
|
"source": "./server/src/index.ts",
|
|
"require": "./strapi-server.js",
|
|
"default": "./strapi-server.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"strapi-server.js"
|
|
],
|
|
"scripts": {
|
|
"build": "pack-up build",
|
|
"lint": "run -T eslint .",
|
|
"test:ts:back": "run -T tsc --noEmit -p server/tsconfig.json",
|
|
"test:unit": "run -T jest",
|
|
"test:unit:watch": "run -T jest --watch",
|
|
"watch": "pack-up watch"
|
|
},
|
|
"dependencies": {
|
|
"@sindresorhus/slugify": "1.1.0",
|
|
"@strapi/types": "4.17.1",
|
|
"@strapi/utils": "4.17.1",
|
|
"koa": "2.13.4",
|
|
"lodash": "4.17.21",
|
|
"qs": "6.11.1"
|
|
},
|
|
"devDependencies": {
|
|
"@strapi/pack-up": "workspace:*",
|
|
"@types/jest": "29.5.2",
|
|
"@types/lodash": "^4.14.191",
|
|
"koa-body": "4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.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"
|
|
}
|
|
}
|