{
  "name": "@autorest/python",
  "version": "6.50.3",
  "description": "The Python extension for generators in AutoRest.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Azure/autorest.python/tree/main"
  },
  "readme": "https://github.com/Azure/autorest.python/blob/main/README.md",
  "keywords": [
    "autorest",
    "python"
  ],
  "author": "Microsoft Corporation",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Azure/autorest.python/issues"
  },
  "homepage": "https://github.com/Azure/autorest.python/blob/main/README.md",
  "dependencies": {
    "@typespec/http-client-python": "~0.28.3",
    "@autorest/system-requirements": "~1.0.2",
    "fs-extra": "~11.2.0",
    "tsx": "^4.21.0"
  },
  "devDependencies": {
    "@microsoft.azure/autorest.testserver": "^3.3.50",
    "chalk": "5.3.0",
    "typescript": "~5.1.6"
  },
  "files": [
    "autorest/**/*.py",
    "autorest/**/*.jinja2",
    "scripts/",
    "setup.py",
    "requirements.txt",
    "generator/"
  ],
  "scripts": {
    "start": "node ./scripts/run-python3.js ./scripts/start.py",
    "build": "tsx ./scripts/copy-generator.ts --force",
    "install": "tsx ./scripts/copy-generator.ts && node ./scripts/run-python3.js ./scripts/install.py",
    "debug": "node ./scripts/run-python3.js ./scripts/start.py --debug",
    "test": "tsx ./scripts/eng/run-tests.ts --validFolders azure/legacy azure/version-tolerant vanilla/legacy vanilla/version-tolerant dpg/version-tolerant",
    "lint": "tsx ./scripts/eng/lint.ts --folderName autorest --skipEslint true",
    "format": "tsx ./scripts/eng/format.ts"
  }
}