UNPKG

@azure-tools/communication-domain-verification

Version:
134 lines (133 loc) 5.57 kB
{ "name": "@azure-tools/communication-domain-verification", "sdk-type": "client", "author": "Microsoft Corporation", "version": "1.0.0-alpha.20230309.2", "description": "SDK for Azure Communication Domain Verification", "scripts": { "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local", "build:clean": "rush update --recheck && rush rebuild && dev-tool run build", "build:samples": "echo Obsolete.", "build:test": "tsc -p . && dev-tool run bundle", "bundle": "dev-tool run bundle", "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", "clean": "rimraf dist dist-* temp types *.tgz *.log", "execute:samples": "dev-tool samples run samples-dev", "extract-api": "tsc -p . && api-extractor run --local", "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 && rushx format", "integration-test:browser": "dev-tool run test:browser", "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'", "integration-test": "npm run integration-test:node && npm run integration-test:browser", "lint:fix": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]", "lint": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js", "pack": "npm pack 2>&1", "test": "rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test", "test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser", "test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node", "test:watch": "npm run test -- --watch --reporter min", "unit-test:browser": "dev-tool run test:browser", "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'", "unit-test": "npm run unit-test:node && npm run unit-test:browser" }, "repository": "github:Azure/azure-sdk-for-js", "keywords": [ "node", "azure", "cloud", "typescript", "domain", "verification", "sip", "direct", "routing" ], "license": "MIT", "main": "dist/index.js", "module": "./dist-esm/src/index.js", "types": "./types/communication-domain-verification.d.ts", "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-domain-verification/README.md", "files": [ "dist/", "dist-esm/src/", "types/communication-domain-verification.d.ts", "README.md", "LICENSE", "review/*" ], "engines": { "node": ">=14.0.0" }, "sideEffects": false, "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/communication-common": "^2.2.0", "@azure/abort-controller": "^1.0.0", "@azure/core-auth": "^1.3.0", "@azure/core-client": "^1.5.0", "@azure/core-rest-pipeline": "^1.3.0", "@azure/core-lro": "^2.2.4", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "^1.0.0", "@azure/logger": "^1.0.0", "events": "^3.0.0", "tslib": "^2.2.0", "uuid": "^8.3.0" }, "devDependencies": { "@azure/core-util": "^1.0.0", "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb", "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb", "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb", "@azure-tools/test-credential": "^1.0.0", "@azure-tools/test-recorder": ">=3.0.0-alpha <3.0.0-alphb", "@azure/identity": "^2.0.1", "@microsoft/api-extractor": "^7.31.1", "@types/chai": "^4.1.6", "@types/mocha": "^7.0.2", "@types/sinon": "^9.0.4", "@types/node": "^14.0.0", "@types/uuid": "^8.0.0", "chai": "^4.2.0", "cross-env": "^7.0.2", "dotenv": "^8.2.0", "eslint": "^8.0.0", "inherits": "^2.0.3", "karma-chrome-launcher": "^3.0.0", "karma-coverage": "^2.0.0", "karma-edge-launcher": "^0.4.2", "karma-env-preprocessor": "^0.1.1", "karma-firefox-launcher": "^1.1.0", "karma-ie-launcher": "^1.0.0", "karma-junit-reporter": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-mocha": "^2.0.1", "karma-sourcemap-loader": "^0.3.8", "karma": "^6.2.0", "mocha-junit-reporter": "^2.0.0", "mocha": "^7.1.1", "nyc": "^15.0.0", "prettier": "^2.5.1", "rimraf": "^3.0.0", "sinon": "^9.0.2", "typescript": "~4.6.0", "@azure/core-tracing": ">=1.0.2-alpha <1.0.2-alphb" }, "browser": { "./dist-esm/test/public/utils/env.js": "./dist-esm/test/public/utils/env.browser.js" }, "//sampleConfiguration": { "productName": "Azure Communication Services - Domain Verification", "productSlugs": [ "azure", "azure-communication-services" ], "requiredResources": { "Azure Communication Services account": "https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource" } } }