{
  "name": "@rbxts/rodux-hooks",
  "version": "1.0.0",
  "description": "Port of littensy's roact-rodux-hooked for kampf's RoactHooks library.",
  "main": "out/init.lua",
  "scripts": {
    "build": "rbxtsc",
    "watch": "rbxtsc -w",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/howmanysmall/rodux-hooks.git"
  },
  "keywords": ["roblox", "typescript", "roblox-ts", "rodux", "roact-hooks", "roact"],
  "author": "howmanysmall",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/howmanysmall/rodux-hooks/issues"
  },
  "homepage": "https://github.com/howmanysmall/rodux-hooks#readme",
  "types": "out/index.d.ts",
  "files": [
    "out",
    "!**/*.tsbuildinfo"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@rbxts/compiler-types": "^1.3.2-types.0",
    "@rbxts/types": "^1.0.606",
    "@typescript-eslint/eslint-plugin": "^5.27.1",
    "@typescript-eslint/parser": "^5.27.1",
    "eslint": "^8.17.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-roblox-ts": "^0.0.32",
    "prettier": "^2.6.2",
    "typescript": "^4.7.3"
  },
  "dependencies": {
    "@rbxts/object-utils": "^1.0.4",
    "@rbxts/roact": "^1.4.2-ts.2",
    "@rbxts/roact-hooks": "^0.4.0-ts.0",
    "@rbxts/rodux": "^3.0.0-ts.3"
  }
}
