{
  "name": "next-google-fonts",
  "version": "2.2.0",
  "description": "Load Google Fonts Asynchronously in Next.js",
  "source": "src/index.tsx",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joe-bell/next-google-fonts.git"
  },
  "keywords": [
    "next.js",
    "google fonts"
  ],
  "author": "Joe Bell <joe@joebell.co.uk>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/joe-bell/next-google-fonts/issues"
  },
  "homepage": "https://github.com/joe-bell/next-google-fonts#readme",
  "scripts": {
    "prepare": "npm run build",
    "build": "microbundle --jsx React.createElement --tsconfig tsconfig.json",
    "commit": "git-cz"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,json,md,yml}": "prettier --write"
  },
  "peerDependencies": {
    "next": ">= 10.0.7",
    "react": ">= 17.0.1",
    "react-dom": ">= 17.0.1"
  },
  "devDependencies": {
    "@types/node": "14.14.37",
    "@types/react": "17.0.3",
    "commitizen": "4.2.3",
    "cz-conventional-changelog": "3.3.0",
    "husky": "4.3.8",
    "lint-staged": "10.5.4",
    "microbundle": "0.13.0",
    "next": "10.0.9",
    "prettier": "2.2.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "typescript": "4.2.3"
  }
}
