@rshirohara/repixe-stringify
Version:
repixe plugin to add support for serializing pixiv novel format.
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "@rshirohara/repixe-stringify",
"version": "0.3.2",
"description": "repixe plugin to add support for serializing pixiv novel format.",
"keywords": [
"unified",
"repixe",
"pixiv"
],
"homepage": "https://github.com/RShirohara/unified-webnovel/tree/main/packages/repixe-stringify#readme",
"bugs": {
"url": "https://github.com/RShirohara/unified-webnovel/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/RShirohara/unified-webnovel.git",
"directory": "packages/repixe-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/pxast": "^0.3.1",
"unified": "^11.0.5"
},
"devDependencies": {},
"gitHead": "bdbba20c4d8d2c85dcb755c2663a96160129e6e6"
}