{
  "name": "@mcoda/integrations",
  "version": "0.1.128",
  "description": "External integrations for mcoda (vcs, QA, telemetry).",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./qa/*": "./dist/qa/*",
    "./docdex/*": "./dist/docdex/*",
    "./vcs/*": "./dist/vcs/*",
    "./telemetry/*": "./dist/telemetry/*"
  },
  "files": [
    "dist",
    "!dist/**/__tests__/**",
    "!dist/**/*.test.*",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "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": {
    "docdex": "^0.2.22",
    "@mcoda/shared": "0.1.128"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "lint": "echo \"lint not configured\"",
    "test": "pnpm run build && node ../../scripts/run-node-tests.js dist"
  }
}