bookiza
Version:
The book reification framework for the web
69 lines (68 loc) • 1.59 kB
JSON
{
"name": "bookiza",
"version": "4.2.0",
"description": "The book reification framework for the web",
"logo": {
"file": "./assets/images/bookiza.png"
},
"preferGlobal": true,
"engines": {
"node": ">=18.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bookiza/bookiza.cli.git"
},
"keywords": [
"bookiza",
"book",
"writing",
"tool",
"manuscript",
"baking",
"framework",
"superbooks",
"CLI"
],
"license": "BOL",
"type": "module",
"bugs": {
"url": "https://github.com/bookiza/bookiza.cli/issues"
},
"homepage": "https://bookiza.io",
"readme": "https://github.com/bookiza/bookiza.cli#readme",
"author": "Marvin Danig <marvin@bubblin.io> (https://marvindanig.com)",
"scripts": {
"postinstall": "node ./scripts/displayLicense.js"
},
"bin": {
"bookiza": "bin/bin.js",
"b": "bin/bin.js"
},
"dependencies": {
"arc-bookiza": "^2.0.0",
"book-length": "^1.2.1",
"center-align": "1.0.1",
"chalk": "5.2.0",
"chalkline": "0.0.5",
"check-types": "11.2.2",
"co": "4.6.0",
"co-prompt": "1.0.0",
"commander": "10.0.0",
"dateformat": "5.0.3",
"fs-extra": "11.1.0",
"is-positive-integer": "1.1.1",
"jsonfile": "6.1.0",
"progress": "2.0.3",
"pug": "3.0.2",
"shelljs": "0.8.5",
"spawn-npm-install": "1.2.0",
"superagent": "8.0.9",
"terminal-link": "3.0.0"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5"
}
}