{
  "name": "@frenchfryai/react",
  "version": "0.1.2",
  "private": false,
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": "^19.0.0"
  },
  "dependencies": {
    "@hashbrownai/core": "0.5.0-beta.4",
    "@hashbrownai/react": "0.5.0-beta.4",
    "@frenchfryai/core": "0.1.2"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "lint": "eslint src test",
    "test": "vitest run test",
    "typecheck": "tsc -b tsconfig.json"
  }
}
