mirror of
https://github.com/captn3m0/epub-metadata-generator.git
synced 2024-09-10 13:46:46 +00:00
25 lines
494 B
JSON
25 lines
494 B
JSON
|
{
|
||
|
"name": "epub-metadata-generator",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Generates EPUB metadata files from various sources",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "jest"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"epub",
|
||
|
"epub-generator",
|
||
|
"epub-generation",
|
||
|
"openlibrary"
|
||
|
],
|
||
|
"author": "Abhay Rana <npm@captnemo.in>",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"node-isbn-catalogue": "^1.2.3",
|
||
|
"xmlbuilder": "^13.0.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"jest": "^25.1.0"
|
||
|
}
|
||
|
}
|