Files
2026-02-05 15:27:49 +08:00

42 lines
845 B
JSON

{
"name": "@node-llama-cpp/win-x64-cuda",
"version": "3.15.1",
"description": "Prebuilt binary for node-llama-cpp for Windows x64 with CUDA support",
"main": "dist/index.js",
"type": "module",
"files": [
"dist/",
"bins/",
"package.json",
"README.md",
"LICENSE"
],
"exports": {
".": {
"import": "./dist/index.js",
"node": "./dist/index.js",
"default": "./dist/index.js"
}
},
"engines": {
"node": ">=20.0.0"
},
"os": [
"win32"
],
"cpu": [
"x64"
],
"repository": {
"type": "git",
"url": "git+https://github.com/withcatai/node-llama-cpp.git"
},
"author": "Gilad S.",
"license": "MIT",
"preferUnplugged": true,
"bugs": {
"url": "https://github.com/withcatai/node-llama-cpp/issues"
},
"homepage": "https://node-llama-cpp.withcat.ai"
}