{
  "name": "zenapi-plugin-content-manager",
  "version": "1.0.11",
  "description": "A powerful UI to easily manage your data.",
  "zenapi": {
    "name": "Content Manager",
    "icon": "plug",
    "description": "content-manager.plugin.description"
  },
  "scripts": {
    "analyze:clean": "node ./node_modules/zenapi-helper-plugin/node_modules/.bin/rimraf stats.json",
    "preanalyze": "npm run analyze:clean",
    "analyze": "node ./node_modules/zenapi-helper-plugin/lib/internals/scripts/analyze.js",
    "prebuild": "npm run build:clean",
    "build:dev": "cross-env NODE_ENV=development ./node_modules/zenapi-helper-plugin/node_modules/.bin/webpack --config node_modules/zenapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress",
    "build": "cross-env NODE_ENV=production ./node_modules/zenapi-helper-plugin/node_modules/.bin/webpack --config node_modules/zenapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress",
    "build:clean": "cross-env ./node_modules/zenapi-helper-plugin/node_modules/.bin/rimraf admin/build",
    "start": "node ./node_modules/zenapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=development PLUGIN=true node ./node_modules/zenapi-helper-plugin/lib/server",
    "generate": "node ./node_modules/zenapi-helper-plugin/node_modules/plop --plopfile ./node_modules/zenapi-helper-plugin/lib/internals/generators/index.js",
    "prettier": "node ./node_modules/zenapi-helper-plugin/node_modules/.bin/prettier --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"",
    "test": "echo \"no tests yet\"",
    "prepublishOnly": "IS_MONOREPO=true npm run build"
  },
  "dependencies": {
    "pluralize": "^7.0.0",
    "codemirror": "^5.39.0",
    "draft-js": "^0.10.5",
    "react-select": "^1.2.1",
    "showdown": "^1.8.6",
    "zenapi-utils": "^1.0.11",
    "zenapi-helper-plugin": "^1.0.11"
  },
  "author": {
    "name": "Waldo Marais",
    "email": "waldo@mantisware.co.za",
    "url": "http://mantisware.co.za"
  },
  "maintainers": [],
  "repository": {
    "type": "git",
    "url": "git://github.com/tysflotv/zenapi.git"
  },
  "engines": {
    "node": ">= 10.0.0",
    "npm": ">= 6.0.0"
  },
  "license": "MIT"
}