{
  "name": "@azure-tools/openapi",
  "version": "3.6.1",
  "description": "OpenAPI common code for Azure Tools.",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./v2": "./dist/v2/index.js",
    "./v3": "./dist/v3/index.js"
  },
  "typesVersions": {
    "*": {
      "*": [
        "./dist/index.d.ts"
      ],
      "v2": [
        "./dist/v2/index.d.ts"
      ],
      "v3": [
        "./dist/v3/index.d.ts"
      ]
    }
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Azure/autorest.git"
  },
  "keywords": [
    "perks",
    "async",
    "autorest",
    "azure",
    "typescript"
  ],
  "author": "Microsoft",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Azure/autorest/issues"
  },
  "homepage": "https://github.com/Azure/autorest/tree/main/packages/libs/openapi",
  "readme": "https://github.com/Azure/autorest/tree/main/packages/libs/openapi/readme.md",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "~22.15.19",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "^8.32.1",
    "eslint-plugin-jest": "~28.11.0",
    "eslint-plugin-node": "~11.1.0",
    "eslint-plugin-prettier": "~5.4.0",
    "eslint-plugin-unicorn": "~49.0.0",
    "eslint-plugin-import": "~2.31.0",
    "eslint": "^8.28.0",
    "jest": "^29.3.1",
    "rimraf": "^6.0.1",
    "typescript": "~5.8.3"
  },
  "dependencies": {
    "@azure-tools/json": "~1.3.1",
    "@azure-tools/jsonschema": "~1.3.1"
  },
  "scripts": {
    "watch": "tsc -p tsconfig.build.json --watch",
    "build": "tsc -p tsconfig.build.json",
    "lint:fix": "eslint ./src --fix --ext .ts",
    "lint": "eslint ./src --ext .ts --max-warnings=0",
    "test": "jest --watchAll --coverage=false",
    "test:ci": "jest --ci",
    "clean": "rimraf ./dist ./temp"
  }
}