{
  "name": "@office-open/xlsx",
  "version": "0.10.13",
  "description": "Generate, parse, and patch .xlsx spreadsheets with a declarative TypeScript API",
  "keywords": [
    "excel",
    "office-open",
    "ooxml",
    "spreadsheet",
    "xlsx"
  ],
  "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"
  },
  "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"
    },
    "./generate": {
      "types": "./dist/generate.d.mts",
      "import": "./dist/generate.mjs"
    },
    "./parse": {
      "types": "./dist/parse.d.mts",
      "import": "./dist/parse.mjs"
    },
    "./patch": {
      "types": "./dist/patch.d.mts",
      "import": "./dist/patch.mjs"
    },
    "./chart": {
      "types": "./dist/chart.d.mts",
      "import": "./dist/chart.mjs"
    },
    "./drawingml": {
      "types": "./dist/drawingml.d.mts",
      "import": "./dist/drawingml.mjs"
    },
    "./smartart": {
      "types": "./dist/smartart.d.mts",
      "import": "./dist/smartart.mjs"
    }
  },
  "dependencies": {
    "@office-open/xml": "0.10.13",
    "@office-open/core": "0.10.13"
  },
  "scripts": {
    "dev": "basis build --stub",
    "build": "vp pack",
    "test": "vp test run",
    "check": "vp check --fix",
    "bench": "vp test bench"
  }
}