@cake-hub/core
Version:
The core rendering engine for cake documentation pages.
40 lines (39 loc) • 889 B
JSON
{
"name": "@cake-hub/core",
"version": "1.0.0-alpha.16",
"description": "The core rendering engine for cake documentation pages.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon example.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://schwarzit@dev.azure.com/schwarzit/schwarzit.cake/_git/cake-showroom_core"
},
"keywords": [
"cake",
"core",
"cake-hub",
"markdown",
"documentation"
],
"author": "CAKE-Team",
"license": "ISC",
"dependencies": {
"deepmerge": "^4.2.2",
"fs-extra": "^10.0.0",
"highlight.js": "^11.3.1",
"js-yaml": "^4.1.0",
"marked": "^4.0.0",
"minimatch": "^3.0.4",
"queue": "^6.0.2",
"simple-node-logger": "^21.8.12"
},
"devDependencies": {
"express": "^4.17.1",
"mocha": "^9.1.3",
"nodemon": "^2.0.13"
}
}