{
  "name": "@autorest/extension-base",
  "version": "3.6.1",
  "description": "Library for creating AutoRest extensions",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./testing": "./dist/testing/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",
    "extension"
  ],
  "author": "Microsoft Corporation",
  "license": "MIT",
  "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",
    "rimraf": "^6.0.1",
    "typescript": "~5.8.3"
  },
  "dependencies": {
    "js-yaml": "~4.1.0",
    "vscode-jsonrpc": "^3.5.0",
    "@azure-tools/codegen": "~2.10.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": "echo 'No tests'",
    "test:ci": "echo 'No tests'",
    "clean": "rimraf ./dist ./temp"
  }
}