{
  "name": "@trackpilots/month-picker",
  "version": "1.0.5",
  "description": "A customizable month picker component for React, built with Tailwind CSS.",
  "main": "src/index.js",
  "module": "src/index.js",
  "types": "src/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/trackpilots/month-picker.git"
  },
  "bugs": {
    "url": "https://github.com/trackpilots/month-picker/issues"
  },
  "homepage": "https://quickappstudio.com/our-team",
  "author": "Sakthivel Govinthan",
  "license": "MIT",
  "keywords": [
    "react",
    "month-picker",
    "calendar",
    "trackpilots",
    "monthpicker",
    "ui-component"
  ],
  "scripts": {
    "build": "webpack --mode=production",
    "dev": "webpack --mode=development --watch",
    "start": "webpack serve --mode=development",
    "test": "jest",
    "lint": "eslint src --fix",
    "patch": "npm version patch",
    "publish": "npm publish --access public"
  },
  "dependencies": {
    "autoprefixer": "^10.4.20",
    "css-loader": "^7.1.2",
    "postcss-loader": "^8.1.1",
    "react": "^18.0.0",
    "react-datepicker": "^8.1.0",
    "react-dom": "^18.0.0",
    "react-icons": "^5.5.0",
    "style-loader": "^4.0.0",
    "tailwindcss": "^3.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.9",
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-react": "^7.26.3",
    "babel-loader": "^8.4.1",
    "jest": "^29.0.0",
    "webpack": "^5.98.0",
    "webpack-cli": "^6.0.1"
  }
}
