UNPKG

@xincmm/foliate-js

Version:
77 lines (76 loc) 1.66 kB
{ "name": "@xincmm/foliate-js", "version": "0.1.3", "description": "Render e-books in the browser", "main": "./dist/index.js", "module": "./dist/index.js", "browser": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "browser": "./dist/index.js" }, "./*.js": "./*.js", "./dist/*": "./dist/*", "./vendor/*": "./vendor/*" }, "files": [ "dist/", "vendor/", "*.js", "ui/", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/johnfactotum/foliate-js.git" }, "bugs": { "url": "https://github.com/johnfactotum/foliate-js/issues" }, "homepage": "https://github.com/johnfactotum/foliate-js#readme", "author": "John Factotum", "license": "MIT", "type": "module", "devDependencies": { "@eslint/js": "^9.9.1", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@zip.js/zip.js": "^2.7.52", "fflate": "^0.8.2", "fs-extra": "^11.2.0", "globals": "^15.9.0", "pdfjs-dist": "^4.7.76", "rollup": "^4.22.4" }, "scripts": { "build": "npx rollup -c", "clean": "rm -rf dist/", "prepublishOnly": "npm run clean && npm run build", "test": "echo \"Error: no test specified\" && exit 1", "publish": "npm publish --access public" }, "keywords": [ "ebook", "reader", "epub", "cfi", "mobi", "azw", "azw3", "fb2", "cbz", "dictd", "stardict", "opds", "library", "browser", "javascript", "typescript" ], "engines": { "node": ">=14.0.0" } }