github.com/SAP/cloud-mta-build-tool@v1.2.27/package.json (about)

     1  {
     2    "name": "mbt",
     3    "version": "1.2.27",
     4    "description": "[![CircleCI](https://circleci.com/gh/SAP/cloud-mta-build-tool.svg?style=svg&circle-token=ecedd1dce3592adcd72ee4c61481972c32dcfad7)](https://circleci.com/gh/SAP/cloud-mta-build-tool) [![Go Report Card](https://goreportcard.com/badge/github.com/SAP/cloud-mta-build-tool)](https://goreportcard.com/report/github.com/SAP/cloud-mta-build-tool) [![Coverage Status](https://coveralls.io/repos/github/SAP/cloud-mta-build-tool/badge.svg?branch=cover)](https://coveralls.io/github/SAP/cloud-mta-build-tool?branch=cover) ![GitHub license](https://img.shields.io/badge/license-Apache_2.0-blue.svg) ![pre-alpha](https://img.shields.io/badge/Release-pre--alpha-orange.svg)",
     5    "main": "index.js",
     6    "files": [
     7      "index.js",
     8      "install.js",
     9      "bin"
    10    ],
    11    "scripts": {
    12      "install": "node install cloud-mta-build-tool",
    13      "test": "node ./bin/mbt"
    14    },
    15    "bin": {
    16      "mbt": "bin/mbt"
    17    },
    18    "repository": {
    19      "type": "git",
    20      "url": "git+https://github.com/SAP/cloud-mta-build-tool.git"
    21    },
    22    "author": "SAP SE",
    23    "license": "Apache-2.0",
    24    "bugs": {
    25      "url": "https://github.com/SAP/cloud-mta-build-tool/issues"
    26    },
    27    "homepage": "https://github.com/SAP/cloud-mta-build-tool#readme",
    28    "dependencies": {
    29      "axios": "^1.4.0",
    30      "tar": "^6.1.0",
    31      "unzip-stream": "^0.3.1"
    32    }
    33  }