{
  "name": "@agent-graph/core",
  "version": "0.0.11",
  "description": "A lightweight AI Agent orchestration solution",
  "keywords": [
    "ai",
    "agent",
    "orchestration",
    "graph"
  ],
  "license": "MIT",
  "author": "hdsuperman",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agent-graph/agent-graph.git"
  },
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc",
    "publish": "npm publish --access public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "typescript": "^5.5.4"
  }
}
