42 lines
822 B
JSON
42 lines
822 B
JSON
{
|
|
"name": "@node-llama-cpp/win-x64",
|
|
"version": "3.15.1",
|
|
"description": "Prebuilt binary for node-llama-cpp for Windows x64",
|
|
"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"
|
|
}
|