{
  "name": "modern-openxml",
  "type": "module",
  "version": "0.1.14",
  "packageManager": "pnpm@9.15.1",
  "description": "OpenXML for JavaScript",
  "author": "wxm",
  "license": "MIT",
  "homepage": "https://github.com/qq15725/modern-openxml",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qq15725/modern-openxml.git"
  },
  "bugs": {
    "url": "https://github.com/qq15725/modern-openxml/issues"
  },
  "keywords": [
    "OpenXML",
    "typescript",
    "OPC",
    "pptx",
    "xlsx",
    "docx"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./presetShapeDefinitions": "./assets/presetShapeDefinitions.js",
    "./presetTextWarpDefinitions": "./assets/presetTextWarpDefinitions.js"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "browser": "./dist/index.js",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "assets",
    "dist"
  ],
  "scripts": {
    "build": "vite build && unbuild",
    "dev": "vite docs",
    "lint": "eslint src",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
    "release": "bumpp package.json --commit \"release: v%s\" --push --all --tag",
    "start": "esno src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "prepare": "simple-git-hooks"
  },
  "dependencies": {
    "fflate": "^0.8.2",
    "modern-font": "^0.4.1",
    "modern-idoc": "^0.4.3",
    "modern-path2d": "^1.2.18",
    "modern-text": "^1.3.6"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.12.0",
    "@types/node": "^22.14.1",
    "bumpp": "^10.1.0",
    "conventional-changelog-cli": "^5.0.0",
    "eslint": "^9.24.0",
    "lint-staged": "^15.5.1",
    "simple-git-hooks": "^2.12.1",
    "typescript": "^5.8.3",
    "unbuild": "^3.5.0",
    "vite": "^6.2.6",
    "vitest": "^3.1.1"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "lint-staged": {
    "*": ""
  }
}
