{
  "name": "@imagentleman/reactjs-time-picker",
  "version": "7.0.2",
  "description": "Unstyled, customizable and lightweight reactjs time picker.",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npx rollup -c",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/imagentleman/reactjs-time-picker.git"
  },
  "keywords": [
    "react",
    "reactjs",
    "time",
    "picker",
    "timepicker",
    "time-picker",
    "input"
  ],
  "author": "imagentleman",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/imagentleman/reactjs-time-picker/issues"
  },
  "homepage": "https://github.com/imagentleman/reactjs-time-picker#readme",
  "devDependencies": {
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-react": "^7.14.5",
    "@rollup/plugin-babel": "^5.3.0",
    "rollup": "^2.58.0"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  }
}
