{
  "name": "@progress/kendo-licensing",
  "version": "1.11.2",
  "description": "Kendo UI License Manager",
  "author": "Progress",
  "license": "SEE LICENSE IN LICENSE.md",
  "bin": {
    "kendo-ui-license": "bin/kendo-ui-license.js"
  },
  "main": "dist/index.js",
  "module": "dist/index-esm.js",
  "typings": "dist/index.d.ts",
  "jsdelivr": "dist/index.js",
  "unpkg": "dist/index.js",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    "./utils": {
      "import": {
        "types": "./dist/utils.d.mts",
        "default": "./dist/utils.mjs"
      },
      "require": {
        "types": "./dist/utils.d.ts",
        "default": "./dist/utils.js"
      }
    },
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "sideEffects": false,
  "scripts": {
    "postinstall": "node ./bin/kendo-ui-license.js activate --ignore-no-license"
  },
  "dependencies": {
    "glob": "^13.0.1",
    "jsonwebtoken": "^9.0.3",
    "yargs": "^17.7.2"
  },
  "engines": {
    "node": "14 || 16 || 18 || 20 || >=22"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telerik/kendo-licensing.git"
  },
  "files": [
    "bin",
    "dist",
    "index.d.ts",
    "LICENSE.md",
    "NOTICE.txt",
    "README.md"
  ]
}
