{
  "name": "hwpx-js",
  "version": "0.1.2",
  "description": "Read and write HWPX/HWP documents — the Korean word processor format by Hancom",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src/",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "hwpx",
    "hwp",
    "hancom",
    "hangul",
    "한글",
    "owpml",
    "document",
    "word-processor"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/babpulss/hwpx-js.git"
  },
  "homepage": "https://github.com/babpulss/hwpx-js#readme",
  "bugs": {
    "url": "https://github.com/babpulss/hwpx-js/issues"
  },
  "author": "babpulss",
  "license": "Apache-2.0",
  "dependencies": {
    "fflate": "^0.8.2"
  },
  "devDependencies": {
    "tsup": "^8.4.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  }
}
