{
  "name": "@artale/pi-azure",
  "version": "1.0.0",
  "description": "Azure utilities",
  "keywords": [
    "pi-package"
  ],
  "license": "MIT",
  "author": "artale",
  "repository": {
    "type": "git",
    "url": "https://github.com/artale93/pi-azure.git"
  },
  "type": "module",
  "main": "index.js",
  "pi": {
    "commands": [
      "azure"
    ],
    "tools": [
      "pi_azureazure_util"
    ]
  }
}