{
  "name": "socketio-hooks",
  "version": "0.0.7",
  "description": "Package containing React Hooks for Socket IO",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prePublish": "npm run build",
    "test": "npm run test:format && npm run typecheck && npm run lint",
    "typecheck": "tsc --noEmit",
    "lint": "eslint 'src/**/*.{ts,tsx}'",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.{ts,tsx}\" README.md",
    "test:format": "prettier --check \"src/**/*.{ts,tsx}\" README.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ghmendonca/socketio-hooks.git"
  },
  "keywords": [
    "react",
    "hooks",
    "socketio"
  ],
  "author": "Gustavo Mendonça",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ghmendonca/socketio-hooks/issues"
  },
  "homepage": "https://github.com/ghmendonca/socketio-hooks#readme",
  "devDependencies": {
    "@types/react": "^16.9.2",
    "@types/socket.io-client": "^1.4.32",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-react": "^7.20.0",
    "eslint-plugin-react-hooks": "^4.0.2",
    "prettier": "^1.18.2",
    "react": "^16.9.0",
    "typescript": "^3.6.3"
  },
  "dependencies": {
    "socket.io-client": "^2.2.0"
  },
  "peerDependencies": {
    "react": ">16.8.0"
  }
}
