{
  "name": "flowbite-icons",
  "version": "1.5.0",
  "description": "Official Flowbite Icons library",
  "keywords": [
    "flowbite",
    "icons",
    "svg"
  ],
  "homepage": "https://flowbite.com/icons",
  "bugs": "https://github.com/themesberg/flowbite-icons/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/themesberg/flowbite-icons.git"
  },
  "license": "MIT",
  "type": "module",
  "files": [
    "src"
  ],
  "scripts": {
    "format": "prettier . --write",
    "format:check": "prettier . --check",
    "generate-manifest": "bun run scripts/generate-manifest.ts",
    "release": "changeset publish",
    "typecheck": "tsc",
    "version": "changeset version"
  },
  "devDependencies": {
    "@changesets/changelog-github": "0.5.1",
    "@changesets/cli": "2.28.1",
    "@ianvs/prettier-plugin-sort-imports": "4.4.1",
    "@types/bun": "1.2.5",
    "prettier": "3.5.3",
    "prettier-plugin-packagejson": "2.5.10",
    "typescript": "5.8.2"
  }
}
