{
  "name": "@azure-tools/typespec-client-generator-cli",
  "version": "0.33.1",
  "description": "A tool to generate Azure SDKs from TypeSpec",
  "main": "dist/index.js",
  "homepage": "https://github.com/Azure/azure-sdk-tools/tree/main/tools/tsp-client#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Azure/azure-sdk-tools.git"
  },
  "bugs": {
    "url": "https://github.com/Azure/azure-sdk-tools/issues"
  },
  "scripts": {
    "build": "npm run clean && npm run build:tsc",
    "build:tsc": "tsc",
    "clean": "rimraf ./dist ./types",
    "purge": "rimraf ./node_modules package-lock.json",
    "example": "npx tsx src/index.ts update -o ./test/examples/sdk/contosowidgetmanager/contosowidgetmanager-rest/",
    "prepack": "npm run build",
    "test": "vitest run --max-concurrency=1",
    "test:commands": "npx tsx ./test/run_commands.ts",
    "tsp-client": "node cmd/tsp-client.js",
    "watch": "tsc -p . --watch",
    "format": "prettier . --write",
    "format:check": "prettier . --check"
  },
  "author": "Microsoft Corporation",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=20.19.0"
  },
  "bin": {
    "tsp-client": "cmd/tsp-client.js"
  },
  "files": [
    "dist",
    "cmd/tsp-client.js"
  ],
  "devDependencies": {
    "@types/chai": "^4.3.5",
    "@types/node": "^20.4.8",
    "@types/prompt-sync": "^4.2.1",
    "@typespec/compiler": "^1.0.0-0",
    "chai": "^4.3.7",
    "prettier": "^3.0.1",
    "rimraf": "^6.1.3",
    "ts-node": "^10.9.1",
    "tsx": "^4.16.2",
    "typescript": "^5.1.6",
    "vitest": "^3.2.4"
  },
  "dependencies": {
    "@azure-tools/typespec-autorest": ">=0.53.0 <1.0.0",
    "@azure/core-rest-pipeline": "^1.12.0",
    "@types/shell-quote": "^1.7.5",
    "@types/yargs": "^17.0.32",
    "chalk": "^5.3.0",
    "dotenv": "^16.4.5",
    "prompt-sync": "^4.2.0",
    "shell-quote": "^1.8.3",
    "simple-git": "^3.20.0",
    "yaml": "^2.3.1",
    "yargs": "^17.2.1"
  },
  "peerDependencies": {
    "@typespec/compiler": "1.0.0-rc.1 || >=1.0.0 <2.0.0"
  }
}
