@lionrockjs/mod-admin-cms
Version:
The CMS module for LionRockJS
46 lines (45 loc) • 1.01 kB
JSON
{
"type": "module",
"name": "@lionrockjs/mod-admin-cms",
"version": "0.0.73",
"description": "The CMS module for LionRockJS",
"main": "index.js",
"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"
]
}