{
    "version": "1.0.12",
    "name": "react-hookz",
    "license": "MIT",
    "main": "index.ts",
    "module": "index.ts",
    "repository": "github:garywenneker/react-hookz",
    "scripts": {
        "test": "npm run lint",
        "lint": "tslint index.ts",
        "build:types": "tsc -d --declarationMap --emitDeclarationOnly"
    },
    "author": "garywenneker",
    "keywords": [
        "react",
        "state",
        "hooks",
        "stateless",
        "thisless",
        "pure",
        "typescript"
    ],
    "sideEffects": false,
    "devDependencies": {
        "tslint": "5.20.1",
        "eslint": "^6.5.1",
        "eslint-config-airbnb": "^18.0.1",
        "eslint-plugin-import": "^2.19.1",
        "eslint-plugin-jsx-a11y": "^6.2.3",
        "eslint-plugin-react": "^7.17.0",
        "eslint-plugin-react-hooks": "^2.3.0",
        "html-webpack-plugin": "^3.2.0",
        "jest": "^24.9.0",
        "react": "^16.12.0",
        "typescript": "^3.7.4"
    },
    "peerDependencies": {
        "react": "^16.12.0"
    }
}
