{
  "name": "@progress/kendo-ooxml",
  "description": "Kendo UI OOXML formatting library",
  "author": "Progress",
  "license": "SEE LICENSE IN LICENSE.md",
  "version": "1.9.4",
  "main": "dist/npm/main.js",
  "module": "dist/es/main.js",
  "jsnext:main": "dist/es/main.js",
  "typings": "dist/npm/main.d.ts",
  "es2015": "dist/es2015/main.js",
  "jsdelivr": "dist/cdn/js/kendo-ooxml.js",
  "unpkg": "dist/cdn/js/kendo-ooxml.js",
  "sideEffects": false,
  "engines": {
    "npm": ">=10.0.0",
    "node": ">=20.0.0"
  },
  "scripts": {
    "test": "jest --config jest.config.js",
    "test:ci": "jest --config jest.config.js",
    "watch-test": "jest --watch --config jest.config.js",
    "e2e": "cross-env NODE_OPTIONS=--openssl-legacy-provider TZ=Europe/Sofia ENV_BROWSER=Chrome_headless jest --config jest.e2e.config.js",
    "e2e:ci": "CHROME_BIN=`which chromium-browser` NO_SANDBOX=true ENV_BROWSER=Chrome_headless npm run e2e",
    "start": "cross-env NODE_OPTIONS=--openssl-legacy-provider gulp start",
    "lint": "eslint ./src",
    "api-check": "cross-env NODE_OPTIONS=--openssl-legacy-provider gulp api-check",
    "build-package": "cross-env NODE_OPTIONS=--openssl-legacy-provider gulp build-module build-cdn",
    "prepare": "husky"
  },
  "keywords": [
    "Kendo UI",
    "UI Components"
  ],
  "dependencies": {
    "@progress/jszip-esm": "^1.0.4",
    "@progress/pako-esm": "^1.0.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.1.0",
    "@commitlint/config-conventional": "^20.0.0",
    "@progress/kendo-intl": "^3.1.1",
    "@progress/kendo-package-tasks": "^5.0.0",
    "@progress/kendo-typescript-tasks": "^12.0.0",
    "@types/jest": "^30.0.0",
    "cheerio": "^1.0.0",
    "cross-env": "^10.1.0",
    "cz-conventional-changelog": "^1.1.5",
    "es-jest": "^2.1.0",
    "eslint": "^9.25.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^29.0.1",
    "gulp": "^5.0.0",
    "husky": "^9.1.7",
    "is-ci": "^4.1.0",
    "jest": "^30.2.0",
    "jest-cli": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jquery": "^3.7.1",
    "jsdom": "^27.0.1",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3"
  },
  "overrides": {
    "@isaacs/brace-expansion": "5.0.1",
    "brace-expansion": "2.0.2",
    "lodash": "4.17.23"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/telerik/kendo-ooxml.git"
  },
  "release": {
    "branches": [
      {
        "name": "master",
        "channel": "latest"
      },
      {
        "name": "develop",
        "prerelease": true,
        "channel": "dev"
      }
    ]
  },
  "files": [
    "dist"
  ]
}
