{
  "name": "@jsreport/jsreport-xlsx",
  "version": "4.7.0",
  "description": "jsreport recipe rendering excels directly from open xml",
  "keywords": [
    "jsreport"
  ],
  "homepage": "https://github.com/jsreport/jsreport/tree/master/packages/jsreport-xlsx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsreport/jsreport.git"
  },
  "license": "MIT",
  "author": {
    "name": "Jan Blaha"
  },
  "main": "index.js",
  "files": [
    "lib",
    "studio",
    "static",
    "index.js",
    "jsreport.config.js"
  ],
  "scripts": {
    "build": "jsreport-studio-build",
    "prepublish": "jsreport-studio-build",
    "start": "jsreport-studio-start --httpPort 4900",
    "test": "mocha test --recursive --timeout 40000 && standard"
  },
  "dependencies": {
    "@jsreport/office": "4.2.1",
    "@xmldom/xmldom": "0.8.13",
    "html-entities": "2.4.0",
    "js-excel-date-convert": "1.0.2",
    "lodash": "4.18.1",
    "merge2": "1.3.0",
    "mkdirp": "0.5.5",
    "moment": "2.29.4",
    "nanoid": "3.3.8",
    "node.extend.without.arrays": "1.1.6",
    "semaphore-async-await": "1.5.1",
    "string-pixel-width": "1.10.0",
    "string-replace-async": "2.0.0",
    "xlsx-coordinates": "1.0.1",
    "xml2js-preserve-spaces": "0.0.1"
  },
  "devDependencies": {
    "@jsreport/jsreport-assets": "4.3.1",
    "@jsreport/jsreport-components": "4.1.0",
    "@jsreport/jsreport-core": "4.10.0",
    "@jsreport/jsreport-data": "4.2.0",
    "@jsreport/jsreport-handlebars": "4.1.1",
    "@jsreport/jsreport-jsrender": "4.1.0",
    "@jsreport/studio-dev": "4.1.0",
    "cross-env": "7.0.3",
    "handlebars": "4.7.9",
    "mocha": "11.7.5",
    "sax": "1.4.1",
    "should": "13.2.3",
    "standard": "16.0.4",
    "xlsx": "0.15.4"
  },
  "engines": {
    "node": ">=22.18"
  },
  "standard": {
    "ignore": [
      "studio/main.js"
    ],
    "env": {
      "node": true,
      "mocha": true,
      "browser": true
    }
  }
}
