{
  "name": "@mcoda/codali",
  "version": "0.1.128",
  "description": "Standalone tool-runner adapter for mcoda.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "codali": "dist/cli.js",
    "dataset": "dist/dataset-cli.js"
  },
  "files": [
    "dist",
    "!dist/**/__tests__/**",
    "!dist/**/*.test.*",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "lint": "echo \"lint not configured\"",
    "test": "pnpm run build && node ../../scripts/run-node-tests.js dist"
  },
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bekirdag/mcoda.git"
  },
  "bugs": {
    "url": "https://github.com/bekirdag/mcoda/issues"
  },
  "homepage": "https://github.com/bekirdag/mcoda#readme",
  "license": "MIT",
  "author": "bekir dag",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@mcoda/db": "workspace:*",
    "@mcoda/shared": "workspace:*",
    "@modelcontextprotocol/sdk": "1.30.0"
  }
}
