{
  "name": "@progress/kendo-dateinputs-common",
  "description": "Kendo UI common date input utilities",
  "version": "0.4.10",
  "keywords": [
    "Kendo UI"
  ],
  "author": "Progress",
  "license": "SEE LICENSE IN LICENSE.md",
  "main": "dist/npm/main.js",
  "module": "dist/es/main.js",
  "jsnext:main": "dist/es/main.js",
  "es2015": "dist/es2015/main.js",
  "typings": "dist/npm/main.d.ts",
  "jsdelivr": "dist/cdn/main.js",
  "unpkg": "dist/cdn/main.js",
  "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": "gulp e2e",
    "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-ts-package",
    "prepare": "is-ci || husky install"
  },
  "dependencies": {
    "@progress/kendo-date-math": "^1.5.9",
    "tslib": "^2.4.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.6.1",
    "@commitlint/config-conventional": "^19.6.0",
    "@progress/kendo-intl": "^3.1.1",
    "@progress/kendo-typescript-tasks": "^11.3.8-dev.20",
    "@types/jasmine": "~2.2.0",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^4.28.2",
    "cross-env": "^7.0.3",
    "cz-conventional-changelog": "^1.1.5",
    "eslint": "^7.32.0",
    "ghooks": "^1.0.3",
    "gulp": "^5.0.0",
    "husky": "^9.1.7",
    "is-ci": "^4.1.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jsdom": "^26.0.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3"
  },
  "overrides": {
    "@isaacs/brace-expansion": "5.0.1",
    "brace-expansion": ">=5.0.3",
    "minimatch": ">=10.2.1",
    "lodash": "4.17.23"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/telerik/kendo-dateinputs-common.git"
  },
  "bugs": {
    "url": "https://github.com/telerik/kendo-angular"
  },
  "release": {
    "branches": [
      {
        "name": "master",
        "channel": "latest"
      },
      {
        "name": "develop",
        "prerelease": true,
        "channel": "dev"
      }
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "src/**/*.d.ts"
  ]
}
