-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "iotHubClient",
"version": "1.0.0-beta.1",
"description": "",
"main": "esm/index.js",
"types": "esm/index.d.ts",
"scripts": {
"regenerate": "autorest --reset && autorest --typescript --use=https://aka.ms/azsdk/typescript/rlc --rest-level-client=true https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/iothub/resource-manager/readme.md --credential-scopes=https://management.azure.com/.default --add-credentials=true --output-folder=. --generate-metadata=false",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build && npm run extract-api",
"extract-api": "mkdirp ./review && api-extractor run --local"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@azure-rest/core-client": "github:joheredi/llc-shared",
"@azure/ai-text-analytics": "^5.0.1",
"@azure/core-auth": "^1.1.4",
"@azure/core-rest-pipeline": "^1.0.3",
"@azure/identity": "^1.2.2",
"@azure/storage-blob": "^12.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.13.2",
"@types/node": "^14.14.22",
"autorest": "latest",
"dotenv": "^8.2.0",
"mkdirp": "^1.0.4",
"prettier": "^2.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.5"
}
}