{
    "name": "@kanaksan/tamil-calendar-widget",
    "version": "0.0.5",
    "description": "A reusable React widget for displaying Tamil daily calendar sheets",
    "main": "dist/index.cjs",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "dev": "vite",
        "test": "vite",
        "build": "tsc && vite build",
        "build:types": "tsc --emitDeclarationOnly",
        "preview": "vite preview",
        "clean": "rimraf node_modules package-lock.json dist"
    },
    "keywords": [
        "react",
        "tamil",
        "calendar",
        "widget",
        "component",
        "daily-sheet"
    ],
    "author": "Kanaksan <helpdesk@kanaksan.com>",
    "license": "MIT",
    "peerDependencies": {
        "react": "^18.0.0 || ^19.0.0",
        "react-dom": "^18.0.0 || ^19.0.0"
    },
    "devDependencies": {
        "@types/babel__core": "^7.20.5",
        "@types/babel__generator": "^7.27.0",
        "@types/babel__template": "^7.4.4",
        "@types/babel__traverse": "^7.20.7",
        "@types/node": "^24.0.13",
        "@types/prop-types": "^15.7.15",
        "@types/react": "^18.2.15",
        "@types/react-dom": "^18.2.7",
        "@typescript-eslint/eslint-plugin": "^6.0.0",
        "@typescript-eslint/parser": "^6.0.0",
        "@vitejs/plugin-react": "^4.0.3",
        "eslint": "^8.45.0",
        "eslint-plugin-react-hooks": "^4.6.0",
        "eslint-plugin-react-refresh": "^0.4.3",
        "react": "^18.3.1",
        "react-dom": "^18.3.1",
        "rimraf": "^5.0.1",
        "typescript": "^5.0.2",
        "vite": "^4.4.5",
        "vite-plugin-dts": "^3.5.1"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/kanaksan/tamil-calendar-widget.git"
    },
    "bugs": {
        "url": "https://github.com/kanaksan/tamil-calendar-widget/issues"
    },
    "homepage": "https://github.com/kanaksan/tamil-calendar-widget#readme"
}
