UNPKG

@hashbrownai/core

Version:

Runtime helpers for Hashbrown AI

46 lines (45 loc) 909 B
{ "name": "@hashbrownai/core", "version": "0.4.1", "description": "Runtime helpers for Hashbrown AI", "license": "MIT", "sideEffects": false, "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" }, "module": "./index.esm.js", "main": "./index.cjs.js", "types": "./index.d.ts" }