UNPKG

create-bookpub-project

Version:

This is the official installer and book project generator for the BookPub NPM package, a book publishing (CLI) framework for managing a HTML/CSS/Javascript manuscript-to-market toolchain.

65 lines (64 loc) 1.45 kB
{ "name": "create-bookpub-project", "version": "0.1.7", "description": "This is the official installer and book project generator for the BookPub NPM package, a book publishing (CLI) framework for managing a HTML/CSS/Javascript manuscript-to-market toolchain.", "main": "index.js", "type": "module", "scripts": { "test": "mocha --require esm" }, "repository": { "type": "git", "url": "git+https://github.com/worlduniting/bookpub.git", "directory": "packages/create-bookpub-project" }, "bin": { "create-bookpub-project": "./bin/cli.js" }, "files": [ "bin", "lib", "templates", "index.js" ], "keywords": [ "book", "publishing", "author", "self-publish", "html", "Github Flavored Markdown", "markdown", "remark", "javascript", "toolchain", "manuscript", "conversion", "html-to-pdf", "pdf", "epub", "mobi" ], "author": "Rev. Dave Thompson", "license": "MIT", "bugs": { "url": "https://github.com/worlduniting/bookpub/issues" }, "homepage": "https://github.com/worlduniting/bookpub#readme", "engines": { "node": ">=14.0.0" }, "dependencies": { "chalk": "^5.2.0", "commander": "^10.0.1", "fs-extra": "^11.1.1", "inquirer": "^9.2.3", "js-yaml": "^4.1.0" }, "devDependencies": { "chai": "^4.3.7", "chai-fs": "^2.0.0", "mocha": "^10.2.0", "mock-stdin": "^1.0.0" } }