{
  "name": "@azure/container-registry",
  "version": "1.1.2",
  "description": "An isomorphic client library for the Azure Container Registry service.",
  "sdk-type": "client",
  "main": "./dist/commonjs/index.js",
  "module": "./dist/esm/index.js",
  "browser": "./dist/browser/index.js",
  "types": "./dist/commonjs/index.d.ts",
  "//metadata": {
    "constantPaths": [
      {
        "path": "src/generated/generatedClientContext.ts",
        "prefix": "const packageDetails"
      },
      {
        "path": "swagger/README.md",
        "prefix": "package-version"
      },
      {
        "path": "src/constants.ts",
        "prefix": "const SDK_VERSION"
      }
    ]
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "repository": "github:Azure/azure-sdk-for-js",
  "engines": {
    "node": ">=20.0.0"
  },
  "keywords": [
    "azure",
    "cloud",
    "typescript"
  ],
  "author": "Microsoft Corporation",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Azure/azure-sdk-for-js/issues"
  },
  "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/containerregistry/container-registry/README.md",
  "sideEffects": false,
  "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
  "dependencies": {
    "@azure/abort-controller": "^2.1.2",
    "@azure/core-auth": "^1.9.0",
    "@azure/core-client": "^1.9.2",
    "@azure/core-paging": "^1.6.2",
    "@azure/core-rest-pipeline": "^1.23.0",
    "@azure/core-tracing": "^1.2.0",
    "@azure/logger": "^1.1.4",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@azure/identity": "4.13.0",
    "@types/node": "^20.19.25",
    "@vitest/browser-playwright": "^4.0.8",
    "@vitest/coverage-istanbul": "^4.0.8",
    "cross-env": "^10.1.0",
    "dotenv": "^16.6.1",
    "eslint": "^9.39.1",
    "playwright": "^1.56.1",
    "prettier": "^3.6.2",
    "rimraf": "^6.1.0",
    "typescript": "~5.9.3",
    "vitest": "^4.0.8",
    "@azure-tools/test-credential": "^2.1.2",
    "@azure-tools/test-recorder": "^4.1.1",
    "@azure/core-util": "^1.13.2",
    "@azure-tools/test-utils-vitest": "^2.0.1",
    "@azure/dev-tool": "^1.0.0",
    "@azure/eslint-plugin-azure-sdk": "^3.0.0"
  },
  "//sampleConfiguration": {
    "skipFolder": true,
    "productName": "Azure Container Registry",
    "productSlugs": [
      "azure",
      "azure-container-registry"
    ],
    "requiredResources": {
      "Azure Container Registry": "https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal"
    }
  },
  "type": "module",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "browser": {
        "types": "./dist/browser/index.d.ts",
        "default": "./dist/browser/index.js"
      },
      "react-native": {
        "types": "./dist/react-native/index.d.ts",
        "default": "./dist/react-native/index.js"
      },
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    }
  },
  "scripts": {
    "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
    "build:samples": "tsc -p tsconfig.samples.json",
    "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
    "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
    "execute:samples": "dev-tool samples run samples-dev",
    "extract-api": "dev-tool run build-package && dev-tool run extract-api",
    "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
    "generate:client": "autorest --typescript ./swagger/README.md",
    "lint": "eslint package.json src test",
    "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
    "pack": "pnpm pack 2>&1",
    "test": "npm run test:node && npm run test:browser",
    "test:browser": "echo skipped",
    "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
    "update-snippets": "dev-tool run update-snippets"
  }
}