UNPKG

@azure/communication-call-automation

Version:
138 lines 4.67 kB
{ "name": "@azure/communication-call-automation", "version": "1.6.0", "description": "Azure client library for Azure Communication Call Automation services", "sdk-type": "client", "main": "./dist/commonjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/commonjs/index.d.ts", "files": [ "dist/", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/Azure/azure-sdk-for-js", "directory": "sdk/communication/communication-call-automation" }, "keywords": [ "azure", "cloud", "Azure", "communication", "callautomation" ], "author": "Microsoft Corporation", "license": "MIT", "engines": { "node": ">=20.0.0" }, "bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-call-automation/README.md", "sideEffects": false, "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "//sampleConfiguration": { "productName": "Azure Communication Services - Call Automation", "productSlugs": [ "azure", "azure-communication-services" ], "disableDocsMs": true, "requiredResources": { "Azure Communication Services Resource": "https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource" } }, "dependencies": { "@azure/abort-controller": "^2.1.2", "@azure/communication-common": "^2.3.1", "@azure/core-auth": "^1.9.0", "@azure/core-client": "^1.9.2", "@azure/core-paging": "^1.6.2", "@azure/core-rest-pipeline": "^1.17.0", "@azure/core-tracing": "^1.2.0", "@azure/core-util": "^1.11.0", "@azure/logger": "^1.1.4", "events": "^3.0.0", "tslib": "^2.8.1" }, "devDependencies": { "@azure/communication-identity": "^1.3.1", "@azure/communication-phone-numbers": "^1.2.0", "@azure/identity": "4.13.0", "@azure/service-bus": "^7.9.5", "@types/node": "^20.19.25", "@vitest/browser-playwright": "^4.1.2", "@vitest/coverage-istanbul": "^4.1.2", "cross-env": "^10.1.0", "dotenv": "^16.6.1", "eslint": "^9.39.1", "inherits": "^2.0.3", "playwright": "^1.60.0", "prettier": "^3.6.2", "rimraf": "^6.1.0", "typescript": "~6.0.2", "vitest": "^4.1.2", "@azure-tools/test-credential": "^2.1.2", "@azure-tools/test-utils-vitest": "^2.0.1", "@azure-tools/vite-plugin-browser-test-map": "^1.0.0", "@azure/eslint-plugin-azure-sdk": "^3.0.0", "@azure-tools/test-recorder": "^4.1.1", "@azure/dev-tool": "^1.0.0" }, "//metadata": { "constantPaths": [ { "path": "src/models/constants.ts", "prefix": "packageVersion" }, { "path": "src/generated/src/callAutomationApiClient.ts", "prefix": "packageDetails" }, { "path": "swagger/README.md", "prefix": "package-version" } ] }, "type": "module", "exports": { "./package.json": "./package.json", ".": { "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" } }, "scripts": { "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api", "build:autorest": "autorest ./swagger/README.md", "build:samples": "tsc -p config/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": "tsc -b --noEmit && npm run test:node && npm run test:browser", "test:browser": "dev-tool run test:vitest --browser", "test:node": "dev-tool run test:vitest", "update-snippets": "dev-tool run update-snippets" } }