{
  "name": "ac-framework",
  "version": "2.4.1",
  "description": "Agentic Coding Framework - Multi-assistant configuration system with OpenSpec workflows",
  "main": "src/index.js",
  "exports": {
    ".": "./src/index.js"
  },
  "bin": {
    "acfm": "bin/acfm.js"
  },
  "scripts": {
    "start": "node bin/acfm.js",
    "test": "node --test",
    "postinstall": "node bin/postinstall.js"
  },
  "keywords": [
    "agentic",
    "coding",
    "framework",
    "ai",
    "assistant",
    "openspec",
    "cli",
    "cursor",
    "claude",
    "copilot",
    "windsurf",
    "gemini",
    "codex",
    "multi-assistant",
    "spec-driven"
  ],
  "author": "b4san",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/b4san/AC-framework.git"
  },
  "bugs": {
    "url": "https://github.com/b4san/AC-framework/issues"
  },
  "homepage": "https://github.com/b4san/AC-framework#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "better-sqlite3": "^12.9.0",
    "chalk": "^5.3.0",
    "commander": "^14.0.3",
    "gradient-string": "^3.0.0",
    "inquirer": "^13.4.3",
    "js-yaml": "^4.1.1",
    "nanospinner": "^1.2.2",
    "tar": "^7.5.15",
    "zod": "^4.4.3"
  },
  "type": "module",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "bin/",
    "src/",
    "framework/",
    "README.md"
  ]
}
