@hashbrownai/react
Version:
React components for Hashbrown AI
57 lines • 1.17 kB
JSON
{
"name": "@hashbrownai/react",
"version": "0.2.3",
"description": "React components for Hashbrown AI",
"license": "MIT",
"sideEffects": false,
"type": "module",
"module": "./index.esm.js",
"main": "./index.cjs.js",
"types": "./index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./index.esm.js",
"types": "./index.d.ts"
}
},
"files": [
"src/**/*",
"index.*",
"LICENSE",
"package.json",
"README.md"
],
"peerDependencies": {
"react": ">=18 <20",
"react-dom": ">=18 <20",
"@hashbrownai/core": "0.2.3"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
},
"keywords": [
"ai",
"react",
"generative ui",
"generative-ui",
"hashbrown",
"typescript"
],
"homepage": "https://hashbrown.dev",
"repository": {
"type": "git",
"url": "https://github.com/liveloveapp/hashbrown.git",
"directory": "packages/react"
},
"bugs": {
"url": "https://github.com/liveloveapp/hashbrown/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/liveloveapp"
}
}