{
  "name": "h-re",
  "version": "2.0.4",
  "description": "React helpers",
  "keywords": [
    "react",
    "ash9g",
    "typescript"
  ],
  "scripts": {
    "tc": "yarn tsc --noEmit",
    "test": "jest --no-cache",
    "prepublish": "tsc"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "benjaminjackman",
  "license": "MIT",
  "private": false,
  "devDependencies": {
    "@types/jest": "^23.0.0",
    "@types/react": "^16.8.2",
    "jest": "^23.1.0",
    "ts-jest": "^22.4.6",
    "typescript": "^3.0.1"
  },
  "dependencies": {
    "@ash9g/cls": "^1.0.1",
    "react": "^16.8.0",
    "ts-node-paths": "^1.0.1"
  },
  "peerDependencies": {},
  "jest": {
    "moduleDirectories": [
      "node_modules",
      "src"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/src/experiments/"
    ],
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  }
}
