epubinator
Version:
NPM package to generate epub files out of url
69 lines (68 loc) • 2.05 kB
JSON
{
"name": "epubinator",
"version": "0.0.355",
"main": "./build/index.js",
"author": "Pravin Bashyal <pravin.bashyal@gmail.com>",
"description": "NPM package to generate epub files out of url",
"keywords": [
"epub",
"epubinator",
"ebook"
],
"homepage": "https://github.com/pravinbashyal/epubinator",
"repository": {
"type": "git",
"url": "git+https://github.com/pravinbashyal/epubinator.git"
},
"license": "MIT",
"bin": {
"epubinator": "build/bin/index.js"
},
"scripts": {
"build:watch": "cp -r src/textfiles build/textfiles && tsc -w",
"build": "tsc && mkdir -p build/textfiles && cp src/textfiles/* build/textfiles/",
"release:canary": "lerna publish --conventional-commits --conventional-prerelease --canary --yes --preid=alpha",
"release:graduate": "lerna publish --conventional-commits --conventional-graduate --yes --preid=alpha",
"release": "lerna publish --conventional-commits --yes --preid=alpha",
"test": "node ../../node_modules/jest/bin/jest.js",
"test:coverage": "node ../../node_modules/jest/bin/jest.js --coverage",
"doctoc": "doctoc"
},
"dependencies": {
"@types/chalk": "^2.2.0",
"@types/getopts": "^2.1.0",
"@types/mozilla-readability": "^0.2.1",
"chalk": "^4.1.2",
"epub-gen": "^0.1.0",
"jsdom": "^19.0.0",
"node-fetch": "^3.3.2",
"oclif": "^3.4.3",
"ramda": "^0.30.1"
},
"prettier": {
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 80
},
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"@lerna/publish": "^6.6.2",
"@lerna/version": "^4.0.0",
"@types/jest": "^27.5.0",
"@types/jsdom": "^16.2.14",
"@types/node-fetch": "^3.0.3",
"@types/ramda": "^0.29.5",
"getopts": "^2.3.0",
"jest": "^27.3.1",
"jest-cli": "^29.7.0",
"lerna": "^5.1.7",
"prettier": "^3.3.3",
"ts-jest": "^27.0.7",
"typescript": "^5.4.5"
},
"gitHead": "b366436d8d6804f124fbb3d1beab0cf195d23230"
}