{
  "name": "llama.cpp-ts",
  "version": "2.0.1",
  "description": "Local multimodal (vision) inference for Node.js: one-off image, video, and text prompts over llama.cpp. No server, no API costs.",
  "repository": {
    "type": "git",
    "url": "https://github.com/developer239/llame-worker-ts.git"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "cpp/CMakeLists.txt",
    "cpp/src",
    "scripts",
    "README.md"
  ],
  "private": false,
  "packageManager": "pnpm@9.15.9",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "postinstall": "node scripts/install.js",
    "build": "pnpm run build:ts && pnpm run build:native",
    "build:ts": "tsc",
    "build:native": "cmake-js compile -d cpp",
    "prepublishOnly": "pnpm run build:ts",
    "example": "node example/index.js"
  },
  "dependencies": {
    "cmake-js": "7.3.0",
    "node-addon-api": "8.1.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/commit-analyzer": "9.0.2",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/npm": "10.0.3",
    "@semantic-release/release-notes-generator": "10.0.3",
    "@types/node": "20.14.0",
    "semantic-release": "21.0.1",
    "typescript": "5.5.4"
  },
  "keywords": [
    "llama",
    "llama.cpp",
    "vision",
    "multimodal",
    "vlm",
    "gguf",
    "local-ai",
    "image-description",
    "mcp",
    "node-addon-api"
  ]
}
