k-skill/packages/k-skill-rhwp/package.json
github-actions[bot] 96f0d810ef
chore: version packages (#164)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-24 13:48:33 +09:00

43 lines
964 B
JSON

{
"name": "k-skill-rhwp",
"version": "0.2.0",
"description": "Node-side HWP editing CLI that wraps @rhwp/core WASM bindings for the rhwp-edit and rhwp-advanced skills",
"license": "MIT",
"main": "src/index.js",
"bin": {
"k-skill-rhwp": "bin/k-skill-rhwp.js"
},
"files": [
"src",
"bin",
"README.md"
],
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NomaDamas/k-skill.git"
},
"keywords": [
"k-skill",
"korea",
"hwp",
"hwpx",
"hancom",
"hangul",
"rhwp",
"editor",
"wasm"
],
"dependencies": {
"@rhwp/core": "^0.7.3"
},
"scripts": {
"lint": "node --check src/index.js && node --check src/cli.js && node --check src/wasm-init.js && node --check bin/k-skill-rhwp.js && node --check test/index.test.js && node --check test/cli.test.js",
"test": "node --test"
}
}