{
  "name": "@axinom/mosaic-cli",
  "version": "0.55.0",
  "description": "The Axinom Mosaic CLI",
  "author": "Axinom",
  "license": "PROPRIETARY",
  "keywords": [
    "axinom",
    "mosaic",
    "axinom mosaic"
  ],
  "bin": {
    "mosaic": "./bin/mosaic.js"
  },
  "files": [
    "dist",
    "src"
  ],
  "main": "dist/exports.js",
  "types": "dist/exports.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "build": "yarn clean && tsc --project tsconfig.build.json",
    "ts:validate": "tsc",
    "build:ci": "yarn workspaces focus && yarn build",
    "dev": "tsc --watch",
    "test": "vitest run --silent",
    "test:watch": "vitest watch",
    "test:cov": "vitest run --coverage --silent && yarn posttest:cov",
    "test:debug": "vitest run --inspect-brk --no-file-parallelism",
    "test:ci": "vitest run --reporter=default --reporter=junit --coverage --coverage.reporter=cobertura --coverage.reporter=html",
    "test:ui": "vitest --ui",
    "posttest:cov": "ts-node ../../scripts/open-test-coverage.ts -- libs/cli",
    "lint": "eslint . --ext .ts,.tsx,.js --color --cache"
  },
  "dependencies": {
    "@asyncapi/diff": "^0.5.0",
    "@asyncapi/modelina": "^5.10.1",
    "@asyncapi/parser": "^3.6.0",
    "@axinom/mosaic-id-link-be": "^0.38.0",
    "@axinom/mosaic-service-common": "^0.68.0",
    "@graphql-inspector/core": "^3.1.2",
    "@inquirer/confirm": "^3.1.0",
    "@inquirer/core": "^9.1.0",
    "@inquirer/input": "^2.1.0",
    "@inquirer/select": "^2.2.0",
    "@stoplight/spectral-core": "^1.18.3",
    "@stoplight/spectral-parsers": "^1.0.3",
    "@stoplight/spectral-ruleset-bundler": "^1.5.2",
    "axios": "^1.8.3",
    "chalk": "^4.1.0",
    "diff": "^5.0.0",
    "dotenv": "^8.2.0",
    "endent": "^2.1.0",
    "envfile": "^6.17.0",
    "find-nearest-file": "^1.1.0",
    "form-data": "^4.0.0",
    "glob": "^7.1.6",
    "graphile-utils": "^4.13.0",
    "graphql": "^15.4.0",
    "inquirer-autocomplete-standalone": "^0.8.1",
    "js-yaml": "^4.1.0",
    "json-schema": "^0.4.0",
    "json-schema-diff": "^0.17.1",
    "json-schema-ref-parser": "^9.0.7",
    "json5": "^2.2.0",
    "ora": "^8.0.1",
    "pg": "^8.11.3",
    "simple-git": "^3.23.0",
    "sql-formatter": "^4.0.2",
    "tar": "^7.5.9"
  },
  "devDependencies": {
    "@types/diff": "^5.0.0",
    "@types/node": "^22.0.0",
    "@types/yargs": "^16",
    "@vitest/ui": "^4.0.18",
    "jest-extended": "^7.0.0",
    "rimraf": "^3.0.2",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18",
    "yargs": "^16.2.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "9732fd094fafedb5360d10405cc19fa202d42de6"
}
