{
  "name": "@mikesha/flatpickr-year-select-plugin",
  "author": "MikeSha",
  "license": "MIT",
  "main": "build/index.cjs.js",
  "module": "build/index.es.js",
  "types": "build/index.d.ts",
  "version": "0.0.5",
  "description": "A plugin for flatpickr that transforms the date picker into a year selector with a decade-based navigation interface.",
  "keywords": [
    "flatpickr",
    "datepicker",
    "year",
    "select",
    "plugin"
  ],
  "homepage": "https://github.com/MikeSha/flatpickr-year-select-plugin",
  "bugs": {
    "url": "https://github.com/MikeSha/flatpickr-year-select-plugin/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MikeSha/flatpickr-year-select-plugin.git"
  },
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "import": "./build/index.es.js",
      "require": "./build/index.cjs.js"
    }
  },
  "type": "module",
  "files": [
    "build"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "build:scss": "sass src/yearPlugin.scss build/yearPlugin.css",
    "preview": "vite preview",
    "prepublishOnly": "npm run build && npm run build:scss",
    "lint": "eslint .",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "devDependencies": {
    "@babel/core": "^7.28.3",
    "@eslint/js": "^9.33.0",
    "@jest/globals": "^30.0.5",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.7.0",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^30.0.0",
    "@types/react": "^19.1.10",
    "@types/react-dom": "^19.1.7",
    "@types/testing-library__jest-dom": "^5.14.9",
    "@vitejs/plugin-react": "^5.0.0",
    "eslint": "^9.33.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest": "^29.0.1",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.20",
    "globals": "^16.3.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^30.0.5",
    "jest-environment-jsdom": "^30.0.5",
    "prettier": "^3.6.2",
    "sass": "^1.90.0",
    "ts-jest": "^29.4.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.39.1",
    "vite": "^7.1.2",
    "vite-plugin-dts": "^4.5.4"
  },
  "peerDependencies": {
    "flatpickr": "^4.6.13"
  }
}
