{
  "name": "@azure-tools/codegen",
  "version": "2.10.0",
  "description": "Autorest Code generator common and base classes",
  "directories": {
    "doc": "docs"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "engines": {
    "node": ">=12.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Azure/autorest.git"
  },
  "keywords": [
    "AutoRest",
    "codegen"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Azure/autorest/issues"
  },
  "homepage": "https://github.com/Azure/autorest/tree/main/packages/libs/codegen#readme",
  "readme": "https://github.com/Azure/autorest/tree/main/packages/libs/codegen/readme.md",
  "devDependencies": {
    "@types/jest": "^29.2.3",
    "@types/js-yaml": "~4.0.0",
    "@types/node": "~20.9.0",
    "@types/semver": "5.5.0",
    "@typescript-eslint/eslint-plugin": "^6.11.0",
    "@typescript-eslint/parser": "^6.11.0",
    "eslint-plugin-jest": "~27.6.0",
    "eslint-plugin-node": "~11.1.0",
    "eslint-plugin-prettier": "~5.0.1",
    "eslint-plugin-unicorn": "~49.0.0",
    "eslint-plugin-import": "~2.29.0",
    "eslint": "^8.28.0",
    "jest": "^29.3.1",
    "rimraf": "^5.0.5",
    "source-map-support": "^0.5.19",
    "ts-jest": "^29.0.3",
    "typescript": "~5.2.2"
  },
  "dependencies": {
    "@azure-tools/async-io": "~3.0.0",
    "js-yaml": "~4.1.0",
    "semver": "^7.3.5"
  },
  "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"
  }
}