@rshirohara/rekurke-repixe
Version:
rekurke plugin that turns kakuyomu novel format into pixiv novel format to support repixe.
50 lines (49 loc) • 1.32 kB
JSON
{
"name": "@rshirohara/rekurke-repixe",
"version": "0.1.3",
"description": "rekurke plugin that turns kakuyomu novel format into pixiv novel format to support repixe.",
"keywords": [
"unified",
"rekurke",
"kakuyomu",
"repixe",
"pixiv"
],
"homepage": "https://github.com/RShirohara/unified-webnovel/tree/main/packages/rekurke-repixe#readme",
"bugs": {
"url": "https://github.com/RShirohara/unified-webnovel/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/RShirohara/unified-webnovel.git",
"directory": "packages/rekurke-repixe"
},
"license": "MIT",
"author": {
"name": "Ray Shirohara",
"url": "https://github.com/RShirohara"
},
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist",
"./src"
],
"scripts": {
"prepack": "pnpm run build && clean-package",
"postpack": "clean-package restore"
},
"dependencies": {
"@rshirohara/kkast": "^0.1.4",
"@rshirohara/pxast": "^0.3.1",
"unified": "^11.0.5",
"vfile": "^6.0.3"
},
"devDependencies": {
"@rshirohara/rekurke-parse": "0.1.4",
"@rshirohara/rekurke-stringify": "0.1.5",
"@rshirohara/repixe-stringify": "0.3.2"
},
"gitHead": "bdbba20c4d8d2c85dcb755c2663a96160129e6e6"
}