{
  "name": "cron-input-ui",
  "version": "2.5.0",
  "description": "Input component to generate cron expressions easily and intuitively",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/QuentiumYT/CronInputUI.git"
  },
  "author": "Jossy Devers <jossydevers@gmail.com>",
  "contributors": [
    "Quentin Lienhardt <pro@quentium.fr>"
  ],
  "license": "MIT",
  "files": [
    "dist/*",
    "dist/locales/*"
  ],
  "main": "./dist/cron-input-ui.min.js",
  "exports": {
    ".": "./dist/",
    "./locales": "./dist/locales/",
    "./locales/*.js": "./dist/locales/*.js"
  },
  "bugs": {
    "url": "https://github.com/QuentiumYT/CronInputUI/issues"
  },
  "homepage": "https://github.com/QuentiumYT/CronInputUI#readme",
  "keywords": [
    "cron",
    "crontab",
    "validate",
    "expression",
    "crontab guru",
    "ui",
    "editor",
    "generator",
    "unix"
  ],
  "scripts": {
    "start": "webpack serve",
    "build": "webpack --config webpack.config.js",
    "release": "cross-env NODE_ENV=production webpack --config webpack.config.js"
  },
  "dependencies": {
    "cron-validator": "^1.4.0",
    "cronstrue": "^3.3.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.4",
    "@babel/preset-env": "^7.28.3",
    "babel-loader": "^10.0.0",
    "cross-env": "^10.1.0",
    "css-loader": "^7.1.2",
    "css-minimizer-webpack-plugin": "^7.0.2",
    "html-webpack-plugin": "^5.6.4",
    "mini-css-extract-plugin": "^2.9.4",
    "source-map-loader": "^5.0.0",
    "terser-webpack-plugin": "^5.3.14",
    "webpack": "^5.102.1",
    "webpack-cli": "^6.0.1",
    "webpack-dev-server": "^5.2.2"
  }
}
