{
  "name": "@expediagroup/spec-transformer",
  "version": "2.8.1",
  "description": "API Spec Transformer",
  "repository": {
    "type": "git",
    "url": "https://github.com/ExpediaGroup/spec-transformer.git"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "bin": {
    "cli": "cli.js",
    "spec-transformer": "cli.js"
  },
  "scripts": {
    "add-headers": "scripts/add-headers.sh",
    "build": "rm -rf dist && npx tsc --pretty && rm -rf dist/test && cp package.json dist/package.json && cp README.md dist/README.md && cp LICENSE dist/LICENSE && cp CONTRIBUTING.md dist/CONTRIBUTING.md && cp .releaserc.json dist/.releaserc.json",
    "start": "ts-node index.ts",
    "test": "jest",
    "semantic-release": "semantic-release"
  },
  "keywords": [
    "openapi",
    "api",
    "specifications",
    "transformer",
    "specs",
    "mapping"
  ],
  "author": "Expedia Group <oss@expediagroup.com>",
  "contributors": [
    "'Mohammad Noor' AbuKhleif <moh.noor94@gmail.com> (https://github.com/mohnoor94)",
    "Osama Salman <osama.salman99@gmail.com> (https://github.com/osama-salman99)"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "commander": "14.0.3",
    "js-yaml": "4.2.0",
    "openapi-to-postmanv2": "6.1.0",
    "openapi3-ts": "4.5.0",
    "yaml": "2.9.0"
  },
  "devDependencies": {
    "@semantic-release/commit-analyzer": "13.0.1",
    "@semantic-release/github": "12.0.9",
    "@semantic-release/npm": "13.1.5",
    "@semantic-release/release-notes-generator": "14.1.1",
    "@types/jest": "30.0.0",
    "@types/js-yaml": "4.0.9",
    "@types/node": "24.13.2",
    "@types/openapi-to-postmanv2": "5.0.0",
    "conventional-changelog-conventionalcommits": "9.3.1",
    "jest": "30.4.2",
    "prettier": "3.9.4",
    "semantic-release": "25.0.5",
    "ts-jest": "29.4.11",
    "ts-node": "10.9.2",
    "typescript": "5.9.3"
  },
  "prettier": {
    "singleQuote": true,
    "printWidth": 120
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "text",
      "lcov",
      "clover",
      "json-summary"
    ],
    "testMatch": [
      "**/test/**/*.test.ts"
    ],
    "coverageThreshold": {
      "global": {
        "statements": 90,
        "branches": 90,
        "functions": 90,
        "lines": 90
      }
    }
  },
  "bugs": {
    "url": "https://github.com/ExpediaGroup/spec-transformer/issues"
  },
  "homepage": "https://github.com/ExpediaGroup/spec-transformer#readme"
}
