nehan-player
Version:
web component for paged media powered by nehan layout engine
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "nehan-player",
"version": "0.1.4",
"description": "web component for paged media powered by nehan layout engine",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"directories": {
"example": "example"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tategakibunko/nehan-player.git"
},
"keywords": [
"nehan",
"web-component",
"ebook",
"paged-media",
"novel",
"book"
],
"author": "Watanabe Masaki",
"license": "MIT",
"bugs": {
"url": "https://github.com/tategakibunko/nehan-player/issues"
},
"homepage": "https://github.com/tategakibunko/nehan-player#readme",
"dependencies": {
"nehan": "^7.8.5"
},
"devDependencies": {
"nehan-anchor": "^0.0.1",
"nehan-highlight": "^0.1.2",
"nehan-katex": "^0.0.3",
"ts-loader": "^9.0.0",
"typescript": "^4.2.3",
"webpack": "^5.25.0",
"webpack-cli": "^4.5.0"
}
}