{
  "name": "@lastfm-viewer/solid",
  "private": false,
  "version": "3.1.0",
  "description": "A solidjs component to view recent scrobbles for a last.fm user",
  "homepage": "https://lastfm-viewer.vercel.app/",
  "license": "GPL-3.0",
  "keywords": [
    "lastfm",
    "last.fm",
    "last.fm",
    "music",
    "scrobbling",
    "solid"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ZOASR/lastfm-viewer-solid.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"
  },
  "dependencies": {
    "solid-js": "^1.8.17"
  },
  "devDependencies": {
    "@iconify-icon/solid": "^2.1.1",
    "@types/node": "^20.14.5",
    "prettier": "^3.3.2",
    "prettier-plugin-tailwindcss": "^0.5.14",
    "typescript": "^5.4.5",
    "vite": "^5.3.1",
    "vite-plugin-solid": "^2.10.2",
    "@lastfm-viewer/tailwind-config": "0.0.8",
    "@lastfm-viewer/ui": "0.3.0",
    "@lastfm-viewer/utils": "0.2.0",
    "@lastfm-viewer/vite-config": "0.0.0"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "changelog": " git-cliff > CHANGELOG.md && 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"
  }
}