{
  "name": "react-timepicker-clock",
  "version": "0.4.4",
  "main": "pages/index.js",
  "type": "module",
  "exports": {
    ".": "./pages/index.js",
    "./*": "./pages/*.js"
  },
  "files": [
    "pages/*"
  ],
  "author": {
    "name": "Mohit Kumar Singh",
    "email": "mohitkumarsingh12344@gmail.com",
    "url": "https://react-timepicker-clock.vercel.app/"
  },
  "description": "A react timepicker clock also compatible with next.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mohit-kumar-singh55/react-timepicker-clock"
  },
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "next": "12.3.1",
    "react": "18.2.0",
    "react-dom": "18.2.0"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.12",
    "eslint": "8.26.0",
    "eslint-config-next": "12.3.1",
    "postcss": "^8.4.18",
    "tailwindcss": "^3.2.1"
  },
  "license": "ISC",
  "keywords": [
    "react",
    "react-timepicker",
    "react-clock",
    "react-timepicker-clock",
    "next"
  ]
}