{
  "name": "@uimaxbai/am-lyrics",
  "description": "Web Component for Apple Music lyrics. Follows open-wc recommendations.",
  "license": "MPL-2.0",
  "author": "uimaxbai",
  "version": "1.2.9",
  "type": "module",
  "main": "dist/src/index.js",
  "module": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "exports": {
    ".": "./dist/src/index.js",
    "./am-lyrics.js": "./dist/src/am-lyrics.js",
    "./react": "./dist/src/react.js"
  },
  "scripts": {
    "analyze": "cem analyze --litelement",
    "start": "concurrently -k -r \"rollup -c --watch\" \"web-dev-server\"",
    "build": "echo 'Change the version in both files!!!' && rimraf dist && rollup -c rollup.config.js",
    "prepublish": "npm run analyze -- --exclude dist",
    "lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
    "format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
    "prepare": "npm run build && husky"
  },
  "dependencies": {
    "@babel/runtime": "^7.27.6",
    "lit": "^3.1.4"
  },
  "devDependencies": {
    "@babel/core": "^7.28.0",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-transform-runtime": "^7.28.0",
    "@babel/preset-env": "^7.28.0",
    "@babel/preset-typescript": "^7.27.1",
    "@custom-elements-manifest/analyzer": "^0.10.3",
    "@lit/react": "^1.0.7",
    "@open-wc/building-rollup": "^3.0.2",
    "@open-wc/eslint-config": "^12.0.3",
    "@open-wc/testing": "^4.0.0",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-typescript": "^12.1.4",
    "@storybook/addon-a11y": "^7.6.20",
    "@storybook/addon-essentials": "^7.6.20",
    "@storybook/addon-links": "^7.6.20",
    "@storybook/web-components": "^7.6.20",
    "@types/mocha": "^10.0.7",
    "@typescript-eslint/eslint-plugin": "^7.16.0",
    "@typescript-eslint/parser": "^7.16.0",
    "@web/dev-server": "^0.4.6",
    "@web/storybook-builder": "^0.1.16",
    "@web/storybook-framework-web-components": "^0.1.2",
    "concurrently": "^8.2.2",
    "deepmerge": "^4.3.1",
    "es-dev-server": "^2.1.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "husky": "^9.0.11",
    "lint-staged": "^15.2.7",
    "prettier": "^3.3.2",
    "react": "^19.1.0",
    "rimraf": "^6.0.1",
    "rollup": "^4.44.2",
    "tslib": "^2.8.1",
    "typescript": "^5.5.3"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "@lit/react": "^1.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "@lit/react": {
      "optional": true
    }
  },
  "customElements": "custom-elements.json",
  "eslintConfig": {
    "parser": "@typescript-eslint/parser",
    "extends": [
      "@open-wc",
      "prettier"
    ],
    "plugins": [
      "@typescript-eslint"
    ],
    "rules": {
      "no-unused-vars": "off",
      "@typescript-eslint/no-unused-vars": 1,
      "import/no-unresolved": "off",
      "import/extensions": [
        "error",
        "always",
        {
          "ignorePackages": true
        }
      ],
      "import/no-extraneous-dependencies": [
        "error",
        {
          "devDependencies": true,
          "optionalDependencies": false,
          "peerDependencies": false,
          "packageDir": "./"
        }
      ]
    },
    "overrides": [
      {
        "files": [
          "*.js"
        ],
        "rules": {
          "import/no-extraneous-dependencies": "off"
        }
      }
    ]
  },
  "prettier": {
    "singleQuote": true,
    "arrowParens": "avoid"
  },
  "lint-staged": {
    "*.ts": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "keywords": [
    "lit",
    "react",
    "web-component",
    "lyrics"
  ]
}
