Files
metabuilder/hooks/package.json
dependabot[bot] 1a327ec707 build(deps-dev): Bump @types/react from 19.2.8 to 19.2.9
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.2.8 to 19.2.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-version: 19.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-24 00:23:23 +00:00

40 lines
833 B
JSON

{
"name": "@metabuilder/hooks",
"version": "2.0.0",
"description": "Comprehensive collection of 100+ production-ready React hooks for MetaBuilder",
"main": "index.ts",
"types": "index.d.ts",
"scripts": {
"build": "tsc --declaration --emitDeclarationOnly",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"keywords": [
"react",
"hooks",
"utilities",
"state-management",
"forms",
"data-structures",
"dom",
"events"
],
"author": "MetaBuilder",
"license": "MIT",
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-redux": "^8.0.0 || ^9.0.0"
},
"devDependencies": {
"@types/react": "^19.2.9",
"typescript": "^5.0.0"
},
"files": [
"*.ts",
"*.tsx",
"index.d.ts",
"README.md"
]
}