UNPKG

@rbxts/hook-bag

Version:

Collection of custom roact hooks

44 lines (43 loc) 930 B
{ "name": "@rbxts/hook-bag", "version": "0.2.0", "description": "Collection of custom roact hooks", "main": "src/ts.lua", "types": "typings/index.d.ts", "scripts": {}, "keywords": [ "Roblox", "roact", "roact-hooks" ], "author": "", "license": "MPL-2.0", "repository": { "type": "git", "url": "git+https://github.com/Rimuy/hook-bag.git" }, "bugs": { "url": "https://github.com/Rimuy/hook-bag/issues" }, "files": [ "src", "typings", "README.md" ], "publishConfig": { "access": "public" }, "devDependencies": { "@rbxts/compiler-types": "^1.3.3-types.1", "@rbxts/types": "^1.0.629", "moonwave": "^0.3.7" }, "dependencies": { "@rbxts/flipper": "^2.0.1", "@rbxts/maid": "^1.0.0-ts.1", "@rbxts/roact": "^1.4.2-ts.3", "@rbxts/roact-hooks": "^0.4.1-ts.2", "@rbxts/rodux": "^3.0.0-ts.3", "@rbxts/roselect": "^0.1.2" } }