UNPKG

@rshirohara/repixe-parse

Version:
47 lines (46 loc) 1.29 kB
{ "name": "@rshirohara/repixe-parse", "version": "0.3.2", "description": "repixe plugin to add support for parsing pixiv novel format.", "keywords": [ "unified", "repixe", "pixiv" ], "homepage": "https://github.com/RShirohara/unified-webnovel/tree/main/packages/repixe-parse#readme", "bugs": { "url": "https://github.com/RShirohara/unified-webnovel/issues" }, "repository": { "type": "git", "url": "https://github.com/RShirohara/unified-webnovel.git", "directory": "packages/repixe-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": { "build:peg": "peggy --cache --format=es --plugin=./node_modules/ts-pegjs/dist/tspegjs.js -o ./src/lib/parser.peg.ts ./syntax/pixiv.peggy", "build:ts": "tsc -b tsconfig.build.json", "prepack": "pnpm run build && clean-package", "postpack": "clean-package restore" }, "dependencies": { "@rshirohara/pxast": "^0.3.1", "unified": "^11.0.5" }, "devDependencies": { "peggy": "4.2.0", "ts-pegjs": "4.2.1" }, "gitHead": "bdbba20c4d8d2c85dcb755c2663a96160129e6e6" }