{
  "name": "agent-context-store",
  "version": "0.3.1",
  "description": "acs CLI for Agent Context Store Toolkit.",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "ai",
    "ai-agent",
    "ai-agents",
    "agentic-engineering",
    "multi-agent",
    "agent-handoff",
    "a2a",
    "agent2agent",
    "context",
    "context-store",
    "context-engineering",
    "sdlc",
    "claude",
    "claude-code",
    "cursor",
    "codex",
    "openai-agents",
    "agent-framework",
    "schema-validated",
    "git-backed",
    "cli"
  ],
  "homepage": "https://github.com/max9159/agent-context-store#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/max9159/agent-context-store.git"
  },
  "bin": {
    "acs": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "agent-config"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@inquirer/prompts": "^8.4.2",
    "agent-context-store-core": "0.3.1"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json"
  }
}