{ "name": "bookgen", "version": "1.0.0", "description": "Generate ebook pages", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "MartinD", "license": "ISC", "preferGlobal": true, "bin": { "mycliapp": "./bin/bookgen" } }