{
    "name": "@bradgarropy/gatsby-plugin-seo",
    "version": "2.2.0",
    "description": "🔎 gatsby-plugin-seo",
    "keywords": [
        "gatsby",
        "gatsby-plugin",
        "seo",
        "facebook",
        "twitter",
        "open graph",
        "meta",
        "hacktoberfest"
    ],
    "homepage": "https://github.com/bradgarropy/gatsby-plugin-seo#readme",
    "bugs": {
        "url": "https://github.com/bradgarropy/gatsby-plugin-seo/issues"
    },
    "license": "MIT",
    "author": {
        "name": "Brad Garropy",
        "email": "bradgarropy@gmail.com",
        "url": "https://bradgarropy.com"
    },
    "files": [
        "dist"
    ],
    "main": "dist/index.js",
    "types": "dist/types/index.d.ts",
    "bin": {},
    "repository": {
        "type": "git",
        "url": "https://github.com/bradgarropy/gatsby-plugin-seo"
    },
    "scripts": {
        "start": "tsc --watch",
        "build": "tsc",
        "lint": "eslint .",
        "lint:fix": "eslint --fix .",
        "format": "prettier --check .",
        "format:fix": "prettier --write .",
        "test": "jest --passWithNoTests",
        "test:watch": "jest --passWithNoTests --watch",
        "contributors": "all-contributors generate",
        "prepare": "tsc"
    },
    "dependencies": {
        "react-helmet": "^6.1.0"
    },
    "devDependencies": {
        "@bradgarropy/eslint-config": "^1.1.0",
        "@bradgarropy/eslint-config-react": "^1.0.1",
        "@bradgarropy/eslint-config-typescript": "^1.0.2",
        "@testing-library/jest-dom": "^5.14.1",
        "@testing-library/react": "^12.1.0",
        "@types/jest": "^27.0.2",
        "@types/react": "^17.0.24",
        "@types/react-dom": "^17.0.9",
        "@types/react-helmet": "^6.1.2",
        "@typescript-eslint/eslint-plugin": "^4.31.2",
        "@typescript-eslint/parser": "^4.31.2",
        "all-contributors-cli": "^6.20.0",
        "babel-eslint": "^10.1.0",
        "eslint": "^7.32.0",
        "eslint-config-prettier": "^8.3.0",
        "eslint-plugin-jsx-a11y": "^6.4.1",
        "eslint-plugin-react": "^7.26.0",
        "eslint-plugin-react-hooks": "^4.2.0",
        "eslint-plugin-simple-import-sort": "^7.0.0",
        "husky": "^7.0.2",
        "jest": "^27.2.2",
        "lint-staged": "^11.1.2",
        "prettier": "^2.4.1",
        "react": "^17.0.1",
        "react-dom": "^17.0.2",
        "ts-jest": "^27.0.5",
        "typescript": "^4.4.3"
    },
    "peerDependencies": {}
}
