global-hook
Version:
A global version of the useState React hook with a simple API.
42 lines (41 loc) • 983 B
JSON
{
"name": "global-hook",
"version": "1.0.4",
"description": "A global version of the useState React hook with a simple API.",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "tsc",
"ci": "jest -i && tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timmydoza/global-hook.git"
},
"keywords": [
"react",
"hook",
"state",
"usestate",
"global"
],
"author": "timmydoza <timmydoza@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/timmydoza/global-hook/issues"
},
"homepage": "https://github.com/timmydoza/global-hook#readme",
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@testing-library/react-hooks": "^3.2.1",
"jest": "^24.9.0",
"react": "^16.12.0",
"react-test-renderer": "^16.12.0",
"ts-jest": "^24.2.0",
"typescript": "^3.7.3",
"@types/jest": "^24.0.23"
}
}