{
  "name": "minns-sdk",
  "version": "0.8.5",
  "description": "SDK for Event Graph service with minimal LLM overhead sidecar intent parsing",
  "main": "./dist/index.js",
  "type": "module",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "event-graph",
    "sdk",
    "llm",
    "intent-parsing",
    "agent"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^5.9.3"
  }
}
