You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
571 B
JSON
30 lines
571 B
JSON
{
|
|
"name": "epub-metadata-generator",
|
|
"version": "1.0.2",
|
|
"description": "Generates EPUB metadata files from various sources",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"keywords": [
|
|
"epub",
|
|
"epub-generator",
|
|
"epub-generation",
|
|
"openlibrary",
|
|
"pandoc",
|
|
"opf"
|
|
],
|
|
"author": "Abhay Rana <npm@captnemo.in>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-isbn-catalogue": "^1.2.3",
|
|
"xmlbuilder": "^15.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^27.0.6"
|
|
},
|
|
"bin": {
|
|
"generate-epub-xml": "./cli.js"
|
|
}
|
|
}
|