UNPKG

@rshirohara/repixe-rekurke

Version:

repixe plugin that turns pixiv novel format into kakuyomu novel format to support rekurke.

50 lines (49 loc) 1.32 kB
{ "name": "@rshirohara/repixe-rekurke", "version": "0.2.2", "description": "repixe plugin that turns pixiv novel format into kakuyomu novel format to support rekurke.", "keywords": [ "unified", "repixe", "pixiv", "rekurke", "kakuyomu" ], "homepage": "https://github.com/RShirohara/unified-webnovel/tree/main/packages/repixe-rekurke#readme", "bugs": { "url": "https://github.com/RShirohara/unified-webnovel/issues" }, "repository": { "type": "git", "url": "https://github.com/RShirohara/unified-webnovel.git", "directory": "packages/repixe-rekurke" }, "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-stringify": "0.1.5", "@rshirohara/repixe-parse": "0.3.2", "@rshirohara/repixe-stringify": "0.3.2" }, "gitHead": "bdbba20c4d8d2c85dcb755c2663a96160129e6e6" }