{
  "name": "lunar-phase-card",
  "version": "1.9.0",
  "description": "Lovelace custom card for tracking Moon phases",
  "keywords": [
    "home-assistant",
    "homeassistant",
    "hass",
    "automation",
    "lovelace",
    "custom-cards"
  ],
  "author": "Viet Ngoc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngocjohn/lunar-phase-card.git",
    "repo": "ngocjohn/lunar-phase-card"
  },
  "module": "lunar-phase-card.js",
  "license": "MIT",
  "dependencies": {
    "@dotenvx/dotenvx": "^1.29.0",
    "@google-cloud/translate": "^8.5.0",
    "@mdi/js": "^7.4.47",
    "@noim/suncalc3": "^2.0.5",
    "@vibrant/color": "^3.2.1-alpha.1",
    "chart.js": "^4.4.5",
    "custom-card-helpers": "^1.7.2",
    "dotenv": "^16.4.7",
    "lit": "^3.1.4",
    "luxon": "^3.5.0",
    "node-vibrant": "^3.2.1-alpha.1",
    "swiper": "^11.1.14",
    "tinycolor2": "^1.6.0"
  },
  "devDependencies": {
    "@babel/plugin-proposal-decorators": "^7.25.9",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-image": "^3.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-replace": "^5.0.7",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/luxon": "^3.4.2",
    "@types/node": "^22.10.1",
    "@typescript-eslint/eslint-plugin": "^7.15.0",
    "@typescript-eslint/parser": "^7.15.0",
    "axios": "^1.7.9",
    "eslint": "^8.9.0",
    "eslint-plugin-perfectionist": "^3.9.1",
    "eslint-plugin-unused-imports": "^4.1.4",
    "json5": "^2.2.3",
    "postcss-preset-env": "^9.5.12",
    "pre-commit": "^1.2.2",
    "rollup": "^2.70.1",
    "rollup-plugin-filesize": "^10.0.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-postcss-lit": "^2.1.0",
    "rollup-plugin-serve": "^1.1.1",
    "rollup-plugin-typescript2": "^0.36.0",
    "tslib": "^2.8.1",
    "typescript": "^5.4.5"
  },
  "scripts": {
    "dev": "rollup -c --watch --bundleConfigAsCjs",
    "build": "npm run lint && npm run rollup",
    "lint": "eslint src/**/*.ts ",
    "rollup": "rollup -c",
    "update-lang": "node scripts/update-languages",
    "import-lang": "node scripts/generate-lang-imports.js",
    "add-missing-translations": "node scripts/add-missing-translations.js",
    "translate-new-strings": "npx dotenvx run -- node scripts/translate-new-strings.js",
    "update-missing": "npm run translate-new-strings && npm run add-missing-translations"
  },
  "main": ".prettierrc.js",
  "directories": {
    "doc": "docs"
  },
  "bugs": {
    "url": "https://github.com/ngocjohn/lunar-phase-card/issues"
  },
  "homepage": "https://github.com/ngocjohn/lunar-phase-card#readme"
}
