{
  "name": "@office-open/xml",
  "version": "0.14.6",
  "description": "Zero-dependency XML parsing and serialization for Office Open XML — drop-in replacement for xml and xml-js",
  "keywords": [
    "drop-in",
    "office-open",
    "ooxml",
    "openxml",
    "xml",
    "xml-js",
    "xml-parser",
    "xml-serializer",
    "zero-dependencies"
  ],
  "homepage": "https://www.office-open.com",
  "bugs": {
    "url": "https://github.com/DemoMacro/office-open/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Demo Macro",
    "email": "abc@imst.xyz",
    "url": "https://www.demomacro.com/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DemoMacro/office-open.git",
    "directory": "packages/xml"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    },
    "./utils": {
      "types": "./dist/utils.d.mts",
      "import": "./dist/utils.mjs"
    }
  },
  "devDependencies": {
    "@types/xml": "1.0.11",
    "txml": "6.0.3",
    "xml": "1.0.1",
    "xml-js": "1.6.11"
  },
  "scripts": {
    "dev": "basis build --stub",
    "build": "vp pack"
  }
}