{
  "name": "@feltdb/webllm",
  "version": "0.11.6",
  "description": "Private, in-browser LLM inference for FeltDB applications",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./worker": {
      "types": "./dist/worker.d.ts",
      "import": "./dist/worker.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "type-check": "tsc --noEmit",
    "test": "npm run build && node --test test/*.test.mjs"
  },
  "keywords": [
    "feltdb",
    "ai",
    "webllm",
    "local-inference",
    "llm-provider"
  ],
  "author": "FeltDB Contributors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rkendel1/feltdb.git",
    "directory": "packages/webllm"
  },
  "dependencies": {
    "@feltdb/core": "^0.11.6",
    "@mlc-ai/web-llm": "^0.2.84"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "sideEffects": false
}
