{
  "name": "@grandlinex/swagger-mate",
  "version": "1.3.9",
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/mjs/index.d.ts",
        "default": "./dist/mjs/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    }
  },
  "types": "dist/cjs/index.d.ts",
  "main": "dist/cjs/index.js",
  "module": "dist/mjs/index.js",
  "description": "GrandLineX Swagger-Mate Project",
  "scripts": {
    "buildprep": "npm run build-mjs && npm run build-cjs && npm run build-fix",
    "build-mjs": "tsc",
    "build-cjs": "tsc -p tsconfig-cjs.json",
    "build-fix": "node ./node_modules/@grandlinex/core/fix.js",
    "pack": "npm run buildprep && npm pack",
    "start": "node dist/cjs/run.js",
    "start-dev": "cross-env dev=true  ts-node src/run.ts",
    "run-dev": "cross-env dev=true node --no-warnings=ExperimentalWarning --loader ts-node/esm  src/tests/run.ts",
    "lint": "eslint src",
    "test": "cross-env dev=true jest --runInBand",
    "test-coverage": "cross-env dev=true jest --runInBand --ci --collectCoverage   --coverageDirectory=\"./coverage\"  --reporters=default --reporters=jest-junit",
    "makeDocs": "typedoc"
  },
  "bin": {
    "swagger-mate": "./dist/cjs/cli.js",
    "swagger-mate-esm": "./dist/mjs/cli.js"
  },
  "dependencies": {
    "@grandlinex/core": "1.3.1",
    "@grandlinex/base-con": "1.0.3",
    "js-yaml": "4.1.1",
    "reflect-metadata": "0.2.2"
  },
  "peerDependencies": {
    "express": ">=5.2.1",
    "form-data": ">=4.0.5"
  },
  "devDependencies": {
    "axios": "1.13.2",
    "node-fetch": "3.3.2",
    "cross-env": "10.0.0",
    "@types/express": "5.0.6",
    "@types/js-yaml": "4.0.9",
    "@types/jest": "29.5.14",
    "@types/node": "22.15.20",
    "@typescript-eslint/eslint-plugin": "7.18.0",
    "@typescript-eslint/parser": "7.18.0",
    "eslint": "8.57.1",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-airbnb-typescript": "18.0.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-jest": "28.6.0",
    "eslint-plugin-jsx-a11y": "6.9.0",
    "eslint-plugin-prettier": "5.2.1",
    "jest": "29.7.0",
    "jest-junit": "16.0.0",
    "prettier": "3.5.3",
    "ts-jest": "29.3.4",
    "ts-loader": "9.5.2",
    "ts-node": "10.9.2",
    "typedoc": "0.28.16",
    "typescript": "5.9.2"
  }
}
