md2hwp
Version:
Convert Markdown to HWP (Hangul Word Processor) format
49 lines (48 loc) • 972 B
JSON
{
"name": "md2hwp",
"version": "1.2.7",
"description": "Convert Markdown to HWP (Hangul Word Processor) format",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "node --test",
"prepublishOnly": "npm run build"
},
"keywords": [
"markdown",
"hwp",
"hwpx",
"converter",
"hangul",
"korean"
],
"author": "yangjaekang",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yangjaekang/md2hwp.git"
},
"homepage": "https://github.com/yangjaekang/md2hwp#readme",
"bugs": {
"url": "https://github.com/yangjaekang/md2hwp/issues"
},
"dependencies": {
"jszip": "^3.10.1",
"marked": "^11.1.0"
},
"devDependencies": {
"@types/node": "^20.10.6",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"dist",
"docs",
"README.md",
"LICENSE"
]
}