{
  "name": "@apistudio/apim-cli",
  "version": "12.1.21",
  "description": "CLI for API Management Products",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "apic": "dist/cli.cjs"
  },
  "scripts": {
    "download-samples": "node scripts/download-samples.js",
    "prebuild": "npm run download-samples",
    "build": "tsc && npm run esbuild",
    "start": "node dist/cli.js",
    "test": "npm run test:unit && npm run test:functional",
    "test-coverage": "jest --coverage",
    "test:unit": "jest --testPathPattern=unit",
    "test-coverage:unit": "jest --coverage --testPathPattern=unit",
    "test:functional": "jest --testPathPattern=functional",
    "test-coverage:functional": "jest --coverage --testPathPattern=functional",
    "esbuild": "node esbuild.js"
  },
  "keywords": [
    "api-management",
    "cli"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@apistudio/compliance-core": "^12.1.4"
  },
  "devDependencies": {
    "@apic/api-model": "^1.0.477",
    "@apic/lwgw-smith-inventory": "^12.0.66",
    "@apic/lwgw-smith-sdk": "^12.0.78",
    "@apic/smith-sdk": "^12.0.93",
    "@apic/studio-apim-integrator": "^12.1.37",
    "@apic/studio-build": "^12.1.33",
    "@apic/studio-client-model": "^12.1.25",
    "@apic/studio-deploy": "12.1.25",
    "@apic/studio-domain": "12.1.31",
    "@apic/studio-logger": "^12.1.25",
    "@apic/studio-shared": "^12.1.33",
    "@apic/studio-test": "^12.1.32",
    "@apic/wmgw-smith-sdk": "^12.0.83",
    "@inquirer/prompts": "^5.3.8",
    "@types/adm-zip": "^0.5.5",
    "@types/chalk": "^2.2.0",
    "@types/commander": "^2.12.2",
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.7",
    "@types/jest": "^29.5.12",
    "@types/js-yaml": "^4.0.9",
    "@types/jszip": "^3.4.1",
    "@types/semver": "^7.5.8",
    "@typescript-eslint/eslint-plugin": "^8.18.2",
    "@typescript-eslint/parser": "^8.18.2",
    "adm-zip": "^0.5.14",
    "build-url-ts": "^6.2.0",
    "chalk": "^5.3.0",
    "cli-table3": "^0.6.5",
    "commander": "^12.1.0",
    "conf": "^13.0.1",
    "dotenv": "^16.4.5",
    "env-paths": "^3.0.0",
    "esbuild": "^0.25.9",
    "eslint": "^10.0.2",
    "flatted": "^3.4.2",
    "fs-extra": "^11.2.0",
    "inquirer": "^10.1.8",
    "jest": "^29.7.0",
    "js-yaml": "^4.2.0",
    "jszip": "^3.10.1",
    "lodash": "^4.18.0",
    "minimatch": "^10.2.4",
    "path-to-regexp": "^8.4.0",
    "punycode": "^2.3.1",
    "semver": "^7.6.3",
    "ts-jest": "^29.4.6",
    "typescript": "^5.5.3",
    "yaml": "^2.8.3",
    "@stoplight/spectral-functions": "^1.7.2"
  },
  "files": [
    "dist/cli.cjs",
    "dist/cli.cjs.map",
    "dist/index.js",
    "dist/index.d.ts"
  ],
  "pkg": {
    "assets": [
      "samples/**/*"
    ],
  "options": ["no-deprecation"]
  },
  "overrides": {
    "jsonpath-plus": "10.3.0",
    "jose": "4.15.9",
    "tmp": "^0.2.5",
    "qs": "^6.14.2",
    "path-to-regexp": "^8.4.0",
    "js-yaml": "^4.2.0",
    "fast-uri": "^3.1.3",
    "brace-expansion": "^5.0.7",
    "@apic/studio-build": {
      "axios": "^1.15.0"
    },
    "@apic/studio-deploy": {
      "axios": "^1.15.0"
    },
    "@apic/studio-shared": {
      "axios": "^1.15.0"
    }
  }
}
