fimfic2epub/package.json

95 lines
2.3 KiB
JSON

{
"name": "fimfic2epub",
"version": "1.7.49",
"description": "Tool to generate improved EPUB ebooks from Fimfiction stories",
"author": "djazz",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/daniel-j/fimfic2epub.git"
},
"scripts": {
"build": "gulp",
"dev": "NODE_ENV=development gulp"
},
"bin": {
"fimfic2epub": "./build/fimfic2epub"
},
"main": "dist/fimfic2epub.js",
"files": [
"dist/",
"build/fimfic2epub",
"LICENSE"
],
"dependencies": {
"canvas": "^2.6.1",
"commander": "^6.1.0",
"crc-32": "^1.2.0",
"detect-node": "^2.0.4",
"elementtree": "^0.1.7",
"escape-string-regexp": "^4.0.0",
"file-type": "^14.7.1",
"fonteditor-core": "^2.1.1",
"html-entities": "^1.3.1",
"html-to-text": "^5.1.1",
"image-size": "^0.8.3",
"is-svg": "^4.2.1",
"jszip": "^3.5.0",
"match-words": "^1.0.0",
"mithril": "^2.0.4",
"mithril-node-render": "^2.3.2",
"node-fetch": "^2.6.1",
"node-png": "^0.4.3",
"pretty-data": "^0.40.0",
"sanitize-filename": "^1.6.3",
"syllable": "^4.1.0",
"twemoji": "^13.0.1",
"typogr": "^0.6.8",
"url-regex": "^5.0.0",
"zero-fill": "^2.2.4"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"autosize": "^4.0.2",
"babel-loader": "^8.1.0",
"binary-loader": "0.0.1",
"del": "^5.1.0",
"eslint": "^7.8.1",
"eslint-plugin-standard": "^4.0.1",
"exports-loader": "^1.1.0",
"fancy-log": "^1.3.3",
"file-saver": "^2.0.2",
"font-awesome": "4.7.0",
"gulp": "^4.0.2",
"gulp-change": "^1.0.2",
"gulp-chmod": "^3.0.0",
"gulp-filter": "^6.0.0",
"gulp-header": "^2.0.9",
"gulp-json-editor": "^2.5.4",
"gulp-rename": "^2.0.0",
"gulp-standard": "^14.0.0",
"gulp-watch": "^5.0.1",
"gulp-zip": "^5.0.2",
"node-loader": "^1.0.1",
"plugin-error": "^1.0.1",
"raw-loader": "^4.0.1",
"regenerator-runtime": "^0.13.7",
"removeNPMAbsolutePaths": "^2.0.0",
"standard": "^14.3.4",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"webpack": "^4.44.1",
"webpack-node-externals": "^2.5.2"
},
"standard": {
"env": {
"browser": true
},
"globals": [
"FIMFIC2EPUB_VERSION"
]
}
}