{
  "name": "apict",
  "version": "0.0.23",
  "description": "A CLI tool for web API evolution visualization",
  "main": "index.js",
  "private": false,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/souhailaS/WEB-API-EVOLUTION-VISUALIZATIONS-CLI.git"
  },
  "keywords": [
    "Web",
    "API",
    "Visualization",
    "Evolution",
    "OpenAPI",
    "Metrics"
  ],
  "author": "Souhaila Serbout",
  "license": "MIT ",
  "bugs": {
    "url": "https://github.com/souhailaS/WEB-API-EVOLUTION-VISUALIZATIONS-CLI/issues"
  },
  "homepage": "https://github.com/souhailaS/WEB-API-EVOLUTION-VISUALIZATIONS-CLI#readme",
  "dependencies": {
    "@apidevtools/swagger-parser": "^10.1.0",
    "ansi-colors": "^4.1.3",
    "canvas": "^2.11.2",
    "cli-chart": "^0.3.1",
    "cli-progress": "^3.12.0",
    "cli-select": "^1.1.2",
    "columnify": "^1.6.0",
    "commander": "^10.0.1",
    "dayjs": "^1.11.8",
    "echarts": "^5.5.0",
    "ejs": "^3.1.9",
    "jet-logger": "^1.3.1",
    "mongodb": "^5.6.0",
    "open": "^9.1.0",
    "semver": "^7.5.2",
    "simple-git": "^3.19.0",
    "swagger-autogen": "^2.23.4"
  },
  "bin": {
    "apict": "./bin/cli/cli.js"
  },
  "devDependencies": {
    "chai": "^4.3.10",
    "mocha": "^10.2.0"
  }
}
