{
  "type": "module",
  "name": "@lionrockjs/mod-admin-cms",
  "version": "2.0.0",
  "description": "The CMS module for LionRockJS",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "node --experimental-vm-modules ../../../node_modules/jest/bin/jest.js --coverage"
  },
  "jest": {
    "verbose": true,
    "transform": {},
    "testMatch": [
      "**/__tests__/**/*.[jt]s?(x)",
      "**/?(*.)+(spec|test).[jt]s?(x)",
      "**/?(*.)+(spec|test).mjs"
    ],
    "moduleFileExtensions": [
      "js",
      "jsx",
      "mjs"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LionRockJS/mod-admin-cms.git"
  },
  "author": "Kojin Nakana",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LionRockJS/mod-admin-cms/issues"
  },
  "homepage": "https://github.com/LionRockJS/mod-admin-cms#readme",
  "dependencies": {
    "slugify": "^1.6.6"
  },
  "keywords": [
    "LionRockJS",
    "content",
    "managment",
    "system",
    "cms",
    "multilanguage"
  ]
}
