{
  "name": "@ido4/core",
  "version": "0.13.1",
  "description": "ido4 core — context intelligence, task distribution, and deterministic governance for AI-hybrid software development",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@ido4/spec-format": "~0.13.1",
    "@ido4/tech-spec-format": "~0.13.1",
    "@octokit/graphql": "^7.1.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.5.0",
    "vitest": "^2.1.0"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "ai-hybrid-development",
    "ai-agents",
    "context-intelligence",
    "mcp",
    "governance",
    "development-governance",
    "business-rules",
    "compliance",
    "audit-trail",
    "multi-agent",
    "work-distribution",
    "institutional-memory",
    "github-projects"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ido4-dev/ido4.git",
    "directory": "packages/core"
  },
  "homepage": "https://github.com/ido4-dev/ido4/tree/main/packages/core",
  "bugs": {
    "url": "https://github.com/ido4-dev/ido4/issues"
  },
  "author": "Bogdan Ionut Coman",
  "license": "MIT"
}
