|
| 1 | +{ |
| 2 | + "name": "@azure/iot-device-update", |
| 3 | + "author": "Microsoft Corporation", |
| 4 | + "sdk-type": "client", |
| 5 | + "description": "Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages the proven security and reliability of the Windows Update platform, optimized for IoT devices. It works globally and knows when and how to update devices, enabling customers to focus on their business goals and let Device Update for IoT Hub handle the updates.", |
| 6 | + "version": "1.0.0-beta.1", |
| 7 | + "dependencies": { |
| 8 | + "@azure/core-http": "^1.2.0", |
| 9 | + "@azure/core-paging": "^1.1.1", |
| 10 | + "@azure/core-tracing": "1.0.0-preview.10", |
| 11 | + "@opentelemetry/api": "^0.10.2", |
| 12 | + "tslib": "^2.0.0" |
| 13 | + }, |
| 14 | + "keywords": [ |
| 15 | + "node", |
| 16 | + "azure", |
| 17 | + "typescript", |
| 18 | + "browser", |
| 19 | + "isomorphic", |
| 20 | + "cloud" |
| 21 | + ], |
| 22 | + "license": "MIT", |
| 23 | + "main": "./dist/index.js", |
| 24 | + "module": "./dist-esm/index.js", |
| 25 | + "types": "./types/iot-device-update.d.ts", |
| 26 | + "devDependencies": { |
| 27 | + "@azure/dev-tool": "^1.0.0", |
| 28 | + "@azure/eslint-plugin-azure-sdk": "^3.0.0", |
| 29 | + "@azure/identity": "^1.1.0", |
| 30 | + "@microsoft/api-extractor": "7.7.11", |
| 31 | + "@types/node": "^8.0.0", |
| 32 | + "@types/uuid": "^8.0.0", |
| 33 | + "cross-env": "^7.0.2", |
| 34 | + "dotenv": "^8.2.0", |
| 35 | + "eslint": "^7.15.0", |
| 36 | + "mkdirp": "^1.0.4", |
| 37 | + "prettier": "^1.16.4", |
| 38 | + "rimraf": "^3.0.0", |
| 39 | + "rollup-plugin-node-resolve": "^3.4.0", |
| 40 | + "rollup-plugin-sourcemaps": "^0.4.2", |
| 41 | + "rollup": "^1.16.3", |
| 42 | + "source-map-support": "^0.5.9", |
| 43 | + "typedoc": "0.15.2", |
| 44 | + "typescript": "4.1.2", |
| 45 | + "uglify-js": "^3.4.9", |
| 46 | + "uuid": "^8.3.0" |
| 47 | + }, |
| 48 | + "homepage": "https://github.com/Azure/azure-sdk-for-js", |
| 49 | + "repository": "github:Azure/azure-sdk-for-js", |
| 50 | + "bugs": { |
| 51 | + "url": "https://github.com/Azure/azure-sdk-for-js/issues" |
| 52 | + }, |
| 53 | + "files": [ |
| 54 | + "dist/", |
| 55 | + "dist-esm/src/", |
| 56 | + "types/iot-device-update.d.ts", |
| 57 | + "README.md", |
| 58 | + "LICENSE" |
| 59 | + ], |
| 60 | + "//metadata": { |
| 61 | + "constantPaths": [ |
| 62 | + { |
| 63 | + "path": "src/deviceUpdateClientContext.ts", |
| 64 | + "prefix": "packageVersion" |
| 65 | + } |
| 66 | + ] |
| 67 | + }, |
| 68 | + "engines": { |
| 69 | + "node": ">=8.0.0" |
| 70 | + }, |
| 71 | + "//sampleConfiguration": { |
| 72 | + "skipFolder": true |
| 73 | + }, |
| 74 | + "scripts": { |
| 75 | + "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", |
| 76 | + "build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1", |
| 77 | + "build:debug": "tsc -p . && rollup -c 2>&1 && api-extractor run --local", |
| 78 | + "build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1", |
| 79 | + "build:samples": "dev-tool samples prep && cd dist-samples && tsc -p .", |
| 80 | + "build:test": "echo skip", |
| 81 | + "build": "tsc -p . && rollup -c 2>&1 && api-extractor run --local", |
| 82 | + "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", |
| 83 | + "clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log", |
| 84 | + "docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src", |
| 85 | + "execute:samples": "npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/", |
| 86 | + "extract-api": "api-extractor run --local", |
| 87 | + "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", |
| 88 | + "integration-test:browser": "echo skip", |
| 89 | + "integration-test:node": "echo skip", |
| 90 | + "integration-test": "echo skip", |
| 91 | + "lint:fix": "echo skip", |
| 92 | + "lint": "echo skip", |
| 93 | + "pack": "npm pack 2>&1", |
| 94 | + "prebuild": "npm run clean", |
| 95 | + "test:browser": "echo skip", |
| 96 | + "test:node": "echo skip", |
| 97 | + "test": "echo skip", |
| 98 | + "unit-test:browser": "echo skip", |
| 99 | + "unit-test:node": "echo skip", |
| 100 | + "unit-test": "echo skip" |
| 101 | + }, |
| 102 | + "sideEffects": false, |
| 103 | + "autoPublish": false |
| 104 | +} |
0 commit comments