{
  "name": "@azure-tools/typespec-azure-portal-core",
  "version": "0.69.0",
  "author": "Microsoft Corporation",
  "description": "TypeSpec Azure Portal Core library",
  "license": "MIT",
  "homepage": "https://azure.github.io/typespec-azure",
  "readme": "https://github.com/Azure/typespec-azure/blob/main/packages/typespec-azure-portal-core/README.md",
  "keywords": [
    "Azure",
    "Portal",
    "TypeSpec"
  ],
  "type": "module",
  "main": "dist/src/index.js",
  "tspMain": "lib/main.tsp",
  "exports": {
    ".": {
      "typespec": "./lib/main.tsp",
      "default": "./dist/src/index.js"
    },
    "./testing": {
      "default": "./dist/src/testing/index.js"
    }
  },
  "peerDependencies": {
    "@azure-tools/typespec-azure-resource-manager": "^0.69.0",
    "@typespec/compiler": "^1.13.0"
  },
  "devDependencies": {
    "@types/node": "^25.5.2",
    "@vitest/coverage-v8": "^4.1.3",
    "@vitest/ui": "^4.1.3",
    "typescript": "~6.0.2",
    "vitest": "^4.1.3",
    "@azure-tools/typespec-autorest": "^0.69.0",
    "@azure-tools/typespec-azure-resource-manager": "^0.69.0",
    "@typespec/http": "^1.13.0",
    "@typespec/compiler": "^1.13.0",
    "@azure-tools/typespec-azure-core": "^0.69.0",
    "@azure-tools/typespec-client-generator-core": "^0.69.0",
    "@typespec/library-linter": "^0.83.0",
    "@typespec/rest": "^0.83.0",
    "@typespec/tspd": "^0.75.0",
    "@typespec/openapi": "^1.13.0",
    "@typespec/versioning": "^0.83.0"
  },
  "scripts": {
    "clean": "rimraf ./dist ./temp",
    "build": "tsc -p tsconfig.build.json && npm run lint-typespec-library",
    "watch": "tsc -p tsconfig.build.json --watch",
    "lint-typespec-library": "tsp compile . --warn-as-error --import @typespec/library-linter --no-emit",
    "test": "vitest run",
    "test:watch": "vitest -w",
    "test:ui": "vitest --ui",
    "test:ci": "vitest run --coverage  --reporter=junit --reporter=default",
    "lint": "eslint .  --max-warnings=0",
    "lint:fix": "eslint . --fix ",
    "regen-docs": "tspd doc .  --enable-experimental  --output-dir ../../website/src/content/docs/docs/libraries/azure-portal-core/reference"
  }
}