{
  "name": "react-lastfm-viewer",
  "private": false,
  "version": "1.1.2",
  "description": "A React component to view recent scrobbles for a last.fm user",
  "keywords": [
    "lastfm",
    "last.fm",
    "last.fm",
    "react",
    "music",
    "scrobbling",
    "react-component"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ZOASR/react-lastfm-viewer.git"
  },
  "type": "module",
  "main": "dist/index.umd.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "/dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "update": "git add . && git commit -m \"update: v%npm_package_version%\" && git tag v%npm_package_version% && git push origin v%npm_package_version% && git push origin && git-cliff > CHANGELOG.md && pnpm publish"
  },
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "@types/react": "^18.2.37",
    "@types/react-dom": "^18.2.15",
    "@typescript-eslint/eslint-plugin": "^6.10.0",
    "@typescript-eslint/parser": "^6.10.0",
    "@vitejs/plugin-react": "^4.2.0",
    "color.js": "^1.2.0",
    "dotenv": "^16.3.1",
    "eslint": "^8.53.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.4",
    "react-icons": "^4.12.0",
    "typescript": "^5.2.2",
    "vite": "^5.0.4",
    "@repo/utils": "workspace:*",
    "@repo/vite-config": "workspace:*",
    "@repo/tailwind-config": "workspace:*",
    "@repo/ui": "workspace:*"
  }
}