{
  "name": "@mockoon/cli",
  "description": "Mockoon's CLI. Deploy your mock APIs anywhere.",
  "version": "9.8.0",
  "author": {
    "name": "Mockoon (1kB SARL-S)",
    "email": "team@mockoon.com",
    "url": "https://mockoon.com/"
  },
  "bin": {
    "mockoon-cli": "./bin/run.js"
  },
  "license": "MIT",
  "scripts": {
    "lint": "eslint",
    "test": "glob-bin -c \"node --import tsx --test-concurrency 1 --test\" \"./test/specs/**/*.test.ts\"",
    "build": "rm -rf dist && tsc -b tsconfig-build.json && oclif manifest"
  },
  "main": "./dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist",
    "/bin",
    "/oclif.manifest.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "oclif": {
    "commands": "./dist/commands",
    "hooks": {
      "init": "./dist/hooks/init"
    },
    "bin": "mockoon-cli",
    "dirname": "cli",
    "plugins": [
      "@oclif/plugin-help"
    ],
    "topicSeparator": " "
  },
  "repository": "https://github.com/mockoon/mockoon",
  "homepage": "https://mockoon.com",
  "bugs": {
    "url": "https://github.com/mockoon/mockoon/issues"
  },
  "funding": "https://mockoon.com/sponsor-us/",
  "dependencies": {
    "@mockoon/commons": "9.8.0",
    "@mockoon/commons-server": "9.8.0",
    "@modelcontextprotocol/sdk": "1.30.0",
    "@oclif/core": "4.13.2",
    "@oclif/plugin-help": "6.2.55",
    "chokidar": "4.0.3",
    "mustache": "4.2.0",
    "tslib": "2.8.1",
    "zod": "4.4.3"
  },
  "devDependencies": {
    "@types/mustache": "4.2.6",
    "eslint-config-oclif": "6.0.179",
    "oclif": "4.23.29"
  },
  "engines": {
    "node": ">=18"
  }
}
