{
  "name": "devextreme-exceljs-fork",
  "version": "4.4.9",
  "packageManager": "pnpm@9.15.9",
  "description": "Fork of Excel Workbook Manager - Read and Write xlsx and csv Files.",
  "private": false,
  "license": "MIT",
  "author": "Developer Express Inc.",
  "repository": {
    "type": "git",
    "url": "https://github.com/DevExpress/devextreme-exceljs-fork.git"
  },
  "engines": {
    "node": ">=18"
  },
  "main": "./dx-excel-fork.js",
  "browser": "./dist/dx-exceljs-fork.min.js",
  "types": "./index.d.ts",
  "files": [
    "dist",
    "lib",
    "dx-excel-fork.js",
    "LICENSE",
    "README.md",
    "README_zh.md",
    "index.ts",
    "index.d.ts"
  ],
  "scripts": {
    "test": "pnpm run test:full",
    "test:es5": "export EXCEL_BUILD=es5 && pnpm run test:full",
    "test:full": "pnpm run build && pnpm run test:unit && pnpm run test:integration && pnpm run test:end-to-end && pnpm run test:browser",
    "test:version": "pnpm run build && pnpm run test:unit && pnpm run test:integration && pnpm run test:end-to-end && pnpm run test:browser && pnpm run test:dist",
    "test:all": "pnpm run test:native && pnpm run test:es5",
    "test:native": "pnpm run test:full",
    "test:unit": "mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive",
    "test:integration": "mocha --require spec/config/setup spec/integration --recursive",
    "test:end-to-end": "mocha --require spec/config/setup spec/end-to-end --recursive",
    "test:browser": "pnpm exec playwright test",
    "test:unit:es5": "export EXCEL_BUILD=es5 && pnpm run test:unit",
    "test:integration:es5": "export EXCEL_BUILD=es5 && pnpm run test:integration",
    "test:end-to-end:es5": "export EXCEL_BUILD=es5 && pnpm run test:end-to-end",
    "test:dist": "mocha --require spec/config/setup spec/dist --recursive",
    "test:manual": "node spec/manual/app.js",
    "test:typescript": "mocha -r ts-node/register spec/typescript/**/*.spec.ts",
    "type-check": "tsc index.d.ts",
    "clean-build": "pnpm run clean && pnpm run build",
    "lint": "eslint --format node_modules/eslint-friendly-formatter .",
    "lint:fix": "prettier-eslint --write $(pwd)'/**/*.js'",
    "lint:staged": "lint-staged",
    "clean": "rm -rf build/ && rm -rf dist",
    "benchmark": "node --expose-gc benchmark",
    "benchmark:debug": "node --expose-gc --inspect-brk --trace-deopt benchmark",
    "build": "grunt build",
    "prepare-and-install": "pnpm install --frozen-lockfile && grunt build",
    "preversion": "pnpm run clean && pnpm run build && pnpm run test:version",
    "postversion": "git push --no-verify && git push --tags --no-verify"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "prettier-eslint --write",
      "eslint --format node_modules/eslint-friendly-formatter",
      "git add"
    ]
  },
  "keywords": [
    "xlsx",
    "json",
    "csv",
    "excel",
    "font",
    "border",
    "fill",
    "number",
    "format",
    "number format",
    "alignment",
    "office",
    "spreadsheet",
    "workbook",
    "defined names",
    "data validations",
    "rich text",
    "in-cell format",
    "outlineLevel",
    "views",
    "frozen",
    "split",
    "pageSetup"
  ],
  "dependencies": {
    "archiver": "^7.0.1",
    "dayjs": "^1.8.34",
    "fast-csv": "^5.0.5",
    "jszip": "^3.10.1",
    "readable-stream": "^3.6.0",
    "saxes": "^5.0.1",
    "tmp": "^0.2.0",
    "unzipper": "^0.12.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.4",
    "@babel/preset-env": "^7.29.2",
    "@playwright/test": "^1.58.2",
    "@types/chai": "^4.2.12",
    "@types/mocha": "^8.0.3",
    "@types/node": "^18.19.0",
    "babelify": "^10.0.0",
    "browserify": "^16.5.2",
    "chai": "^4.3.7",
    "chai-datetime": "^1.8.1",
    "chai-xml": "^0.4.1",
    "core-js": "^3.6.5",
    "dirty-chai": "^2.0.1",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-n": "^14.0.0",
    "express": "^4.16.4",
    "got": "^11.8.3",
    "grunt": "^1.3.0",
    "grunt-babel": "^8.0.0",
    "grunt-browserify": "^6.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-exorcise": "^2.1.1",
    "grunt-terser": "^2.0.0",
    "husky": "^4.3.0",
    "lint-staged": "^10.2.13",
    "mocha": "^11.7.1",
    "prettier-eslint": "^16.4.2",
    "prettier-eslint-cli": "^8.0.1",
    "regenerator-runtime": "^0.13.7",
    "sax": "^1.2.4",
    "ts-node": "^8.10.2",
    "typescript": "^5.9.3"
  },
  "pnpm": {
    "overrides": {
      "asn1.js": "^5.4.1",
      "glob": "^13.0.6",
      "qs": "~6.14.1",
      "grunt-exorcise>exorcist": "^2.0.0",
      "tar": "^7.5.11",
      "minimatch": "^10.2.4",
      "eslint-plugin-import>minimatch": "^3.1.4",
      "serialize-javascript": "^7.0.5",
      "flatted": "^3.4.2",
      "path-to-regexp": "^0.1.13",
      "picomatch": "^2.3.2",
      "lodash": "~4.18.1"
    }
  }
}
