{
  "name": "@autorest/codemodel",
  "version": "4.20.1",
  "description": "AutoRest code model library",
  "directories": {
    "doc": "docs"
  },
  "main": "dist/exports.js",
  "typings": "dist/exports.d.ts",
  "engines": {
    "node": ">=12.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Azure/autorest.powershell.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/codemodel#readme",
  "readme": "https://github.com/Azure/autorest/tree/main/packages/libs/codemodel/readme.md",
  "devDependencies": {
    "@types/js-yaml": "~4.0.0",
    "@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",
    "glob": "~7.1.4",
    "rimraf": "^6.0.1",
    "ts-morph": "~13.0.3",
    "typescript-json-schema": "~0.65.1",
    "typescript": "~5.8.3"
  },
  "dependencies": {
    "@azure-tools/codegen": "~2.10.1",
    "js-yaml": "~4.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "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": "echo codemodel: No Tests.",
    "test:ci": "echo codemodel: No Tests.",
    "clean": "rimraf ./dist ./temp"
  }
}