{
  "name": "@tabnews/hooks",
  "version": "0.1.6",
  "description": "TabNews Hooks",
  "license": "MIT",
  "type": "module",
  "main": "src/index.js",
  "files": [
    "src",
    "!src/**/*.test.js"
  ],
  "scripts": {
    "test": "tn test",
    "test:run": "tn test run",
    "lint": "eslint . && prettier --check .",
    "format": "eslint --fix . && prettier --write ."
  },
  "dependencies": {
    "@tabnews/helpers": "^0.4.0"
  },
  "peerDependencies": {
    "react": "^18.2.0"
  },
  "author": "TabNews",
  "repository": {
    "type": "git",
    "url": "https://github.com/aprendendofelipe/tabnews",
    "directory": "packages/hooks"
  },
  "keywords": [
    "tabnews",
    "hooks"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "2d07fd7915a707dc4f5fc0c354bcb88d11807cca"
}
