mirror of
https://gitlab.silvrtree.co.uk/martind2000/booksnew.git
synced 2025-02-05 02:10:14 +00:00
16 lines
312 B
JSON
16 lines
312 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|