@readium/navigator-html-injectables
Version:
An embeddable solution for connecting frames of HTML publications with a Readium Navigator
58 lines (57 loc) • 1.29 kB
JSON
{
"name": "@readium/navigator-html-injectables",
"version": "2.0.0",
"type": "module",
"description": "An embeddable solution for connecting frames of HTML publications with a Readium Navigator",
"author": "readium",
"repository": {
"type": "git",
"url": "git+https://github.com/readium/ts-toolkit.git",
"directory": "navigator-html-injectables"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/readium/ts-toolkit/issues"
},
"homepage": "https://github.com/readium/ts-toolkit",
"keywords": [
"readium",
"epub",
"webpub",
"divina",
"reflowable",
"fixed-layout",
"publication",
"ebook",
"reader",
"viewer"
],
"scripts": {
"build": "tsc && vite build"
},
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./types/src/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs",
"types": "./types/src/index.d.ts"
}
},
"files": [
"dist",
"src",
"types"
],
"engines": {
"node": ">=18"
},
"devDependencies": {
"@readium/shared": "workspace:*",
"css-selector-generator": "^3.6.9",
"tslib": "^2.6.1",
"typescript": "^5.4.5",
"vite": "^4.5.5"
}
}