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.

17 lines 335 B
{ "name": "test-project", "version": "1.2.0", "description": "Test book description", "main": "index.js", "type": "module", "scripts": {}, "bin": { "bookpub": "./bin/bookpub-local.js" }, "author": "Test Author", "license": "TEST-LICENSE", "dependencies": { "bookpub": "^0.3.0", "chalk": "^5.2.0" } }