{ "name": "@azure/arm-notificationhubs", "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for NotificationHubsManagementClient.", "version": "3.0.0-beta.2", "engines": { "node": ">=18.0.0" }, "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-auth": "^1.6.0", "@azure/core-client": "^1.7.0", "@azure/core-lro": "^2.5.4", "@azure/core-paging": "^1.2.0", "@azure/core-rest-pipeline": "^1.14.0", "tslib": "^2.2.0" }, "keywords": [ "node", "azure", "typescript", "browser", "isomorphic" ], "license": "MIT", "main": "./dist/index.js", "module": "./dist-esm/src/index.js", "types": "./types/arm-notificationhubs.d.ts", "devDependencies": { "@azure-tools/test-credential": "^1.0.0", "@azure-tools/test-recorder": "^3.0.0", "@azure/dev-tool": "^1.0.0", "@azure/identity": "^4.0.1", "@types/chai": "^4.2.8", "@types/mocha": "^10.0.0", "@types/node": "^18.0.0", "chai": "^4.2.0", "dotenv": "^16.0.0", "mocha": "^10.0.0", "ts-node": "^10.0.0", "typescript": "~5.6.2" }, "repository": { "type": "git", "url": "https://github.com/Azure/azure-sdk-for-js.git" }, "bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" }, "files": [ "dist/**/*.js", "dist/**/*.js.map", "dist/**/*.d.ts", "dist/**/*.d.ts.map", "dist-esm/**/*.js", "dist-esm/**/*.js.map", "dist-esm/**/*.d.ts", "dist-esm/**/*.d.ts.map", "src/**/*.ts", "README.md", "LICENSE", "tsconfig.json", "review/*", "CHANGELOG.md", "types/*" ], "scripts": { "build": "npm run clean && tsc && dev-tool run bundle && npm run minify && dev-tool run vendored mkdirp ./review && npm run extract-api", "build:browser": "echo skipped", "build:node": "echo skipped", "build:samples": "echo skipped.", "build:test": "echo skipped", "check-format": "echo skipped", "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log", "execute:samples": "echo skipped", "extract-api": "dev-tool run extract-api", "format": "echo skipped", "integration-test": "npm run integration-test:node && npm run integration-test:browser", "integration-test:browser": "echo skipped", "integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'", "lint": "echo skipped", "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js", "pack": "npm pack 2>&1", "prepack": "npm run build", "test": "npm run integration-test", "test:browser": "echo skipped", "test:node": "echo skipped", "unit-test": "npm run unit-test:node && npm run unit-test:browser", "unit-test:browser": "echo skipped", "unit-test:node": "dev-tool run vendored cross-env TEST_MODE=playback npm run integration-test:node", "update-snippets": "echo skipped" }, "sideEffects": false, "//metadata": { "constantPaths": [ { "path": "src/notificationHubsManagementClient.ts", "prefix": "packageDetails" } ] }, "autoPublish": true, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/notificationhubs/arm-notificationhubs", "//sampleConfiguration": { "productName": "", "productSlugs": [ "azure" ], "disableDocsMs": true, "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-notificationhubs?view=azure-node-preview" } }