UNPKG

@rshirohara/rekurke-stringify

Version:

rekurke plugin to add support for serializing kakuyomu novel format.

42 lines (41 loc) 1.08 kB
{ "name": "@rshirohara/rekurke-stringify", "version": "0.1.5", "description": "rekurke plugin to add support for serializing kakuyomu novel format.", "keywords": [ "unified", "rekurke", "kakuyomu" ], "homepage": "https://github.com/RShirohara/unified-webnovel/tree/main/packages/rekurke-stringify#readme", "bugs": { "url": "https://github.com/RShirohara/unified-webnovel/issues" }, "repository": { "type": "git", "url": "https://github.com/RShirohara/unified-webnovel.git", "directory": "packages/rekurke-stringify" }, "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": {}, "gitHead": "bdbba20c4d8d2c85dcb755c2663a96160129e6e6" }