tasq/node_modules/@ruvector/ruvllm-wasm/package.json

31 lines
629 B
JSON

{
"name": "@ruvector/ruvllm-wasm",
"type": "module",
"collaborators": [
"Ruvector Team"
],
"description": "WASM bindings for RuvLLM - browser-compatible LLM inference runtime with WebGPU acceleration",
"version": "2.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ruvnet/ruvector"
},
"files": [
"ruvllm_wasm_bg.wasm",
"ruvllm_wasm.js",
"ruvllm_wasm.d.ts"
],
"main": "ruvllm_wasm.js",
"types": "ruvllm_wasm.d.ts",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"wasm",
"llm",
"inference",
"browser",
"webgpu"
]
}