{
  "name": "@agentics.org/sparc2",
  "version": "2.0.24",
  "description": "SPARC 2.0 - Autonomous Vector Coding Agent + MCP. SPARC 2.0, vectorized AI code analysis, is an intelligent coding agent framework built to automate and streamline software development. It combines  secure execution environments, and version control into a unified system where specialized agents collaborate to understand, modify, and manage code. These agents analyze patterns, suggest improvements, implement changes, and validate solutions—all while maintaining a detailed history that allows for easy rollbacks when needed.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "type": "module",
  "bin": {
    "sparc2": "sparc2-cli-wrapper.js",
    "sparc": "sparc2-cli-wrapper.js",
    "sparc2-mcp": "sparc2-mcp-wrapper.js",
    "sparc2-diagnostics": "sparc2-cli-wrapper.js --diagnostics"
  },
  "scripts": {
    "build": "deno task build",
    "build:npm": "node scripts/build-npm.js",
    "test": "deno test --allow-read --allow-env src/",
    "check": "deno check src/**/*.ts --ignore=src/**/*.test.ts",
    "lint": "deno lint src/ --ignore=src/**/*.test.ts",
    "fmt": "deno fmt src/",
    "prepublishOnly": "deno task fmt && npm run build:npm && deno compile --allow-read --allow-write --allow-env --allow-net --allow-run --no-check src/cli/cli.ts -o cli",
    "postinstall": "node -e \"try { require('child_process').execSync('deno --version', {stdio: 'ignore'}); console.log('\\x1b[32m✓ Deno is installed\\x1b[0m'); } catch (e) { console.log('\\x1b[33m⚠ Deno is required but not found. Please install Deno:\\x1b[0m'); console.log('\\x1b[34m  Linux/macOS: curl -fsSL https://deno.land/install.sh | sh\\x1b[0m'); console.log('\\x1b[34m  Windows (PowerShell): irm https://deno.land/install.ps1 | iex\\x1b[0m'); console.log('\\x1b[33m  Or run the included install script: ./install-deno.sh\\x1b[0m'); console.log('\\x1b[33m  See DENO-INSTALLATION.md for detailed instructions\\x1b[0m'); }\"",
    "install-deno": "./install-deno.sh",
    "diagnostics": "node sparc2-cli-wrapper.js --diagnostics"
  },
  "keywords": [
    "sparc",
    "ai",
    "artificial-intelligence",
    "code-analysis",
    "code-generation",
    "code-review",
    "code-quality",
    "agents",
    "bots",
    "automation",
    "software-development",
    "software-engineering",
    "programming",
    "coding",
    "code",
    "typescript",
    "code-refactoring",
    "diff-tracking",
    "vector-search",
    "vector-database",
    "embeddings",
    "code-interpreter",
    "git-integration",
    "typescript",
    "deno",
    "developer-tools",
    "automation",
    "agentic",
    "llm",
    "large-language-model"
  ],
  "author": "Agentics Foundation",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/agenticsorg/sparc2.git"
  },
  "bugs": {
    "url": "https://github.com/agentics-org/sparc2/issues"
  },
  "homepage": "https://agentics.org",
  "engines": {
    "node": ">=16.0.0",
    "deno": ">=1.30.0"
  },
  "files": [
    "build",
    "config",
    "src",
    "README.md",
    "LICENSE",
    "install-deno.sh",
    "sparc2-mcp-wrapper.js",
    "sparc2-cli-wrapper.js",
    "DENO-INSTALLATION.md",
    "DENO-SETUP-README.md"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.8.0"
  }
}
