{
  "name": "react-time-picker-input",
  "description": "Simple react imte picker input",
  "author": "ornaldo",
  "keywords": [
    "time picker",
    "time input",
    "time selection",
    "React time picker",
    "React time input",
    "time entry",
    "time selection component",
    "time input field",
    "time picker dropdown",
    "React time picker input",
    "time picker for desktop",
    "time picker for mobile",
    "time picker UI",
    "customizable time picker",
    "accessible time picker",
    "time format",
    "time manipulation",
    "time conversion",
    "time management",
    "time utility",
    "time control",
    "time entry form",
    "time selection tool",
    "time picker library",
    "time picker module",
    "time picker package",
    "React component library"
  ],
  "version": "2.2.4",
  "private": false,
  "main": "dist/index.js",
  "module": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ornaldo-RP-R/React-Time-Picker-Input"
  },
  "scripts": {
    "start": "react-scripts start",
    "test": "react-scripts test",
    "sass": "node-sass src/lib/components/styles/main.scss src/App.css -w",
    "beforePatchGitAdd": "git add .",
    "preBeforePatchGitCommit": "npm run beforePatchGitAdd",
    "BeforePatchGitCommit": "git commit -m m || true",
    "preBeforePatchGitPush": "npm run BeforePatchGitCommit",
    "BeforePatchGitPush": "git push -u origin main || true",
    "prepatch": "npm run BeforePatchGitPush",
    "patch": "npm version patch",
    "preGitAdd": "npm run patch",
    "GitAdd": "git add .",
    "preGitCommit": "npm run GitAdd",
    "GitCommit": "git commit -m m || true",
    "preGitDeploy": "npm run GitCommit",
    "GitDeploy": "git push -u origin main || true",
    "preBuild": "npm run GitDeploy",
    "Build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
    "predeploy": "npm run Build",
    "deploy": "npm publish",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "dependencies": {
    "core-js": "^3.20.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.13.14",
    "@babel/core": "^7.22.8",
    "@babel/preset-env": "^7.16.1",
    "react-scripts": "4.0.3"
  },
  "optionalDependencies": {
    "preact": "10.6.4",
    "web-vitals": "^1.0.1"
  }
}
