UNPKG

@hashbrownai/core

Version:

Runtime helpers for Hashbrown AI

55 lines 1.14 kB
{ "name": "@hashbrownai/core", "version": "0.2.3", "description": "Runtime helpers 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", "require": "./index.esm.js", "default": "./index.cjs.js", "types": "./index.d.ts" } }, "files": [ "src/**/*", "index.*", "LICENSE", "package.json", "README.md", "emscripten-module.*", "ffi.*" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "keywords": [ "hashbrown", "generative-ui", "llm", "ai", "typescript" ], "homepage": "https://hashbrown.dev", "repository": { "type": "git", "url": "https://github.com/liveloveapp/hashbrown.git", "directory": "packages/core" }, "bugs": { "url": "https://github.com/liveloveapp/hashbrown/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/liveloveapp" } }