@rshirohara/rekurke-parse
Version:
rekurke plugin to add support for parsing kakuyomu novel format.
45 lines (44 loc) • 1.12 kB
JSON
{
"name": "@rshirohara/rekurke-parse",
"version": "0.1.4",
"description": "rekurke plugin to add support for parsing kakuyomu novel format.",
"keywords": [
"unified",
"rekurke",
"kakuyomu"
],
"homepage": "https://github.com/RShirohara/unified-webnovel/tree/main/packages/rekurke-parse#readme",
"bugs": {
"url": "https://github.com/RShirohara/unified-webnovel/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/RShirohara/unified-webnovel.git",
"directory": "packages/rekurke-parse"
},
"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",
"unified": "^11.0.5"
},
"devDependencies": {
"peggy": "4.2.0",
"ts-pegjs": "4.2.1"
},
"gitHead": "bdbba20c4d8d2c85dcb755c2663a96160129e6e6"
}