{
  "name": "abt-node-launcher",
  "version": "1.0.0",
  "title": "ABT Node Launcher",
  "description": "The blocklet that helps you manage ABT Node instances across cloud providers such as AWS, Azure",
  "keywords": [
    "dapp",
    "launcher"
  ],
  "author": "wangshijun <shijun@arcblock.io> https://github.com/wangshijun",
  "repository": {
    "type": "git",
    "url": "https://github.com/ArcBlock/abt-node/tree/master/blocklets/abt-node-launcher"
  },
  "blocklet": {
    "group": "dapp",
    "color": "primary",
    "main": "api/index.js",
    "logo": "logo.png",
    "provider": "arcblock",
    "support": "support@arcblock.io",
    "community": "https://community.arcblockio.cn",
    "config_url": "",
    "public_url": "",
    "admin_url": "/",
    "doc_url": "",
    "install-scripts": {},
    "hooks": {
      "pre-deploy": "npm run bundle"
    },
    "hookFiles": [],
    "requiredEnvironments": [
      {
        "name": "AWS_ACCESS_KEY_ID",
        "description": "AWS Access Key ID",
        "required": true,
        "default": ""
      },
      {
        "name": "AWS_SECRET_ACCESS_KEY",
        "description": "AWS Access Secret",
        "required": true,
        "default": ""
      },
      {
        "name": "AWS_SESSION_TOKEN",
        "description": "AWS Session Token",
        "required": false,
        "default": ""
      }
    ]
  },
  "publishConfig": {
    "directory": "_blocklet/"
  }
}