{
  "name": "car-runtime",
  "version": "0.36.0",
  "description": "Common Agent Runtime — a deterministic execution layer for AI agents",
  "main": "index.js",
  "types": "index.d.ts",
  "bin": {
    "car-server": "bin/car-server"
  },
  "keywords": [
    "ai",
    "agent",
    "runtime",
    "llm",
    "inference",
    "napi"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Parslee-ai/car-releases.git"
  },
  "homepage": "https://github.com/Parslee-ai/car-releases",
  "bugs": "https://github.com/Parslee-ai/car-releases/issues",
  "engines": {
    "node": ">=18"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "files": [
    "index.js",
    "index.d.ts",
    "install.js",
    "assets.json",
    "bin/car-server",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "install": "node install.js"
  },
  "license": "SEE LICENSE IN LICENSE",
  "private": false
}
