36 строки
958 B
JSON
Executable File
36 строки
958 B
JSON
Executable File
{
|
|
"name": "iotc-reserved-hubs",
|
|
"version": "1.2.1",
|
|
"description": "Lists reserved iothubs FQDNs(fully qualified domain names) for an IoTC application",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"iotc-reserved-hubs": "./out/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rimraf ./out",
|
|
"start": "npm run build && node ./out/index.js",
|
|
"postinstall": "npm run build",
|
|
"install-cli": "npm install && npm link"
|
|
},
|
|
"author": "ankaggar@microsoft.com",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^2.4.2",
|
|
"prettyjson": "^1.2.1",
|
|
"request": "^2.88.0",
|
|
"yargs": "^13.2.4",
|
|
"@types/yargs": "^13.0.3",
|
|
"typescript": "^3.6.4",
|
|
"@types/node": "^12.11.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chalk": "^2.2.0",
|
|
"@types/node": "^12.11.1",
|
|
"@types/prettyjson": "0.0.29",
|
|
"@types/yargs": "^13.0.3",
|
|
"rimraf": "^2.6.3",
|
|
"typescript": "^3.5.2"
|
|
}
|
|
}
|