{
  "name": "@kcutils/gatsby-plugin-intl",
  "version": "0.1.30",
  "description": "gatsby plugin with support react-intl",
  "main": "index.js",
  "typings": "lib/index.d.ts",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/kamontat/kcutils",
    "directory": "packages/gatsby-plugin-intl"
  },
  "author": {
    "name": "Kamontat Chantrachirathumrong",
    "email": "developer@kamontat.net",
    "url": "https://github.com/kamontat"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "kcutils",
    "kamontat"
  ],
  "files": [
    "CHANGELOG.md",
    "README.md",
    "lib/**/*.js",
    "lib/**/*.d.ts",
    "**/*.json",
    "index.js",
    "gatsby-node.js",
    "gatsby-ssr.js",
    "gatsby-browser.js"
  ],
  "scripts": {
    "build": "icompiler-tsc -- --skipLibCheck",
    "start": "irunner",
    "clean": "icleaner",
    "test": "itester",
    "lint": "ilinter"
  },
  "dependencies": {
    "@formatjs/intl-pluralrules": "4.0.13",
    "@formatjs/intl-relativetimeformat": "8.1.4",
    "@kcutils/error": "1.1.11",
    "@kcutils/helper": "1.1.11",
    "intl": "1.2.5",
    "react-intl": "5.15.5"
  },
  "devDependencies": {
    "@kcinternal/commandline": "0.20.1",
    "@kcinternal/configuration": "0.8.32",
    "@types/react": "17.0.3",
    "@types/react-dom": "17.0.3",
    "gatsby": "2.32.12"
  },
  "peerDependencies": {
    "gatsby": "~2.x.x",
    "typescript": "~3.x.x"
  },
  "gitHead": "fd2cb547cdc7d795758b10f3980fa90ee3d37526"
}
