{
  "name": "fontable",
  "description": "Find the right Google font by embedding a font picker on your website",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/randombits-dev/fontable/issues"
  },
  "homepage": "https://github.com/randombits-dev/fontable",
  "version": "1.0.1",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "font",
    "google",
    "google fonts",
    "tester",
    "font picker",
    "font family"
  ],
  "scripts": {
    "dev": "vite build --watch",
    "build": "tsc && vite build && vite build -c vite.auto.ts",
    "preview": "vite preview"
  },
  "dependencies": {
    "webfontloader": "^1.6.28"
  },
  "devDependencies": {
    "typescript": "^5.4.5",
    "vite": "^5.2.13",
    "vite-plugin-css-injected-by-js": "^3.5.1",
    "vite-plugin-dts": "^3.9.1"
  }
}
