{ "name": "@azure/opentelemetry-instrumentation-azure-sdk", "version": "1.0.0", "description": "Instrumentation client for the Azure SDK.", "sdk-type": "client", "type": "module", "main": "./dist/commonjs/index.js", "module": "./dist/esm/index.js", "browser": "dist/browser/index.js", "react-native": "dist/react-native/index.js", "//metadata": { "constantPaths": [ { "path": "src/configuration.ts", "prefix": "SDK_VERSION" } ] }, "types": "./dist/commonjs/index.d.ts", "scripts": { "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api", "build:samples": "echo Skipped.", "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.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\" \"*.{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": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser", "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy", "update-snippets": "dev-tool run update-snippets" }, "files": [ "dist/", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/Azure/azure-sdk-for-js", "directory": "sdk/instrumentation/opentelemetry-instrumentation-azure-sdk" }, "engines": { "node": ">=20.0.0" }, "keywords": [ "azure", "cloud", "tracing", "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/tree/main/sdk/instrumentation/opentelemetry-instrumentation-azure-sdk/README.md", "sideEffects": false, "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/core-tracing": "^1.2.0", "@azure/logger": "^1.0.0", "@opentelemetry/api": "^1.9.0", "@opentelemetry/core": "^2.0.0", "@opentelemetry/instrumentation": "^0.211.0", "@opentelemetry/sdk-trace-web": "^2.0.0", "tslib": "^2.7.0" }, "devDependencies": { "@azure/core-rest-pipeline": "workspace:^", "@azure/dev-tool": "workspace:^", "@azure/eslint-plugin-azure-sdk": "workspace:^", "@opentelemetry/sdk-trace-base": "^2.0.0", "@opentelemetry/sdk-trace-node": "^2.0.0", "@types/node": "catalog:", "@vitest/browser-playwright": "catalog:testing", "@vitest/coverage-istanbul": "catalog:testing", "cross-env": "catalog:", "dotenv": "catalog:testing", "eslint": "catalog:", "playwright": "catalog:testing", "prettier": "catalog:", "react-native": "catalog:testing", "rimraf": "catalog:", "typescript": "catalog:", "vitest": "catalog:testing" }, "//sampleConfiguration": { "skipFolder": true, "disableDocsMs": true, "productName": "Azure OpenTelemetry Instrumentation", "productSlugs": [], "apiRefLink": "https://learn.microsoft.com/javascript/api/", "requiredResources": {} }, "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" } } }, "imports": { "#platform/*": { "default": "./src/*.ts" } } }