@tabnews/hooks
Version:
TabNews Hooks
39 lines (38 loc) • 800 B
JSON
{
"name": "@tabnews/hooks",
"version": "0.1.7",
"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.1"
},
"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": "bf00250f03dbaea73ab753d56b9da9aec6ffca30"
}