{
  "name": "react-navi-helmet",
  "version": "0.15.0",
  "description": "Use react-helmet to render your Navi routes' title and head.",
  "author": "James K Nelson <james@jamesknelson.com>",
  "license": "MIT",
  "main": "dist/commonjs/index.js",
  "module": "dist/es/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "build:commonjs": "tsc --pretty --module commonjs --outDir dist/commonjs",
    "build:es": "tsc --pretty --module es2015 --outDir dist/es",
    "build:types": "tsc --pretty --declaration --emitDeclarationOnly --outDir dist/types --isolatedModules false",
    "build": "yarn run clean && yarn build:es && yarn build:commonjs && yarn build:types",
    "build:watch": "yarn run clean && yarn build:es -- --watch",
    "prepare": "yarn build && yarn test",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "navi",
    "navigation",
    "react",
    "router",
    "routing",
    "helmet",
    "head"
  ],
  "peerDependencies": {
    "navi": "^0.14.0",
    "react": "^16.8.0",
    "react-navi": "^0.14.0"
  },
  "dependencies": {
    "@types/react-helmet": "^5.0.8",
    "react-helmet": "^5.2.1"
  },
  "devDependencies": {
    "navi": "^0.15.0",
    "react-navi": "^0.15.0"
  },
  "homepage": "https://frontarm.com/navi/",
  "repository": {
    "type": "git",
    "url": "https://github.com/frontarm/navi.git"
  },
  "jest": {
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "testEnvironment": "jsdom",
    "moduleFileExtensions": [
      "js",
      "json",
      "jsx",
      "ts",
      "tsx"
    ],
    "preset": "ts-jest",
    "testMatch": null,
    "globals": {
      "ts-jest": {
        "babelConfig": null,
        "diagnostics": false
      }
    }
  },
  "gitHead": "45859a7c8252331784e8c302004be8cca9759226"
}
