{
  "name": "hash-source",
  "version": "1.0.5",
  "description": "A hash router source for @reach/router",
  "repository": "https://github.com/will-stone/hash-source",
  "license": "MIT",
  "author": "Will Stone <contact@wstone.io>",
  "main": "src/dist/createHashSource.js",
  "scripts": {
    "build": "tsc",
    "lint": "eslint --ignore-path .gitignore . --ext ts",
    "prettier": "prettier --config .prettierrc --write 'src/**/*.{js,ts}'",
    "start": "react-scripts start",
    "test": "react-scripts test --env=jsdom",
    "typecheck": "tsc --noEmit --skipLibCheck",
    "watch": "tsc -w"
  },
  "prettier": "@will-stone/prettier-config",
  "dependencies": {},
  "devDependencies": {
    "@reach/router": "^1.1.1",
    "@typescript-eslint/eslint-plugin": "^1.4.2",
    "@typescript-eslint/parser": "^1.4.2",
    "@will-stone/prettier-config": "^2.0.1",
    "eslint-config-prettier": "^4.1.0",
    "eslint-plugin-jest": "^22.3.0",
    "eslint-plugin-prettier": "^3.0.1",
    "prettier": "^1.16.4",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-scripts": "2.1.8",
    "typescript": "^3.3.4000"
  },
  "peerDependencies": {
    "@reach/router": "^1.1.1",
    "react": "^16.4.2",
    "react-dom": "^16.4.2"
  }
}
