@stately/hooks
Version:
state management use hooks functions
43 lines (42 loc) • 962 B
JSON
{
"name": "@stately/hooks",
"version": "0.0.3",
"description": "state management use hooks functions",
"main": "dist/index.js",
"types": "typescript/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"compile": "yarn babel src --out-dir dist",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hosseinmd/stately.git"
},
"keywords": [
"easy",
"state",
"state-management",
"javascript",
"javascript-library",
"hossein",
"mohammadi"
],
"author": "Hossein mohammadi",
"license": "MIT",
"bugs": {
"url": "https://github.com/hosseinmd/stately/issues"
},
"homepage": "https://github.com/hosseinmd/stately#readme",
"devDependencies": {
"@stately/core": "^0.0.3",
"react": "^16.8.6"
},
"peerDependencies": {
"@stately/core": "0.0.2",
"react": ">=16.8"
},
"gitHead": "ae774b3e5880da166215c1fc376a4fcb0fe6680f"
}