{
  "name": "@node-llama-cpp/linux-arm64",
  "version": "3.16.2",
  "description": "Prebuilt binary for node-llama-cpp for Linux arm64",
  "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": [
    "linux"
  ],
  "cpu": [
    "arm64",
    "x64"
  ],
  "libc": [
    "glibc"
  ],
  "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"
}
