forked from SAP/cloud-mta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (31 loc) · 1.2 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
{
"name": "@wangshen/mta",
"version": "1.0.19",
"description": "[![CircleCI](https://circleci.com/gh/wangshen-sap/cloud-mta.svg?style=svg&circle-token=ecedd1dce3592adcd72ee4c61481972c32dcfad7)](https://circleci.com/gh/SAP/cloud-mta) [![Go Report Card](https://goreportcard.com/badge/github.com/SAP/cloud-mta)](https://goreportcard.com/report/github.com/SAP/cloud-mta) [![Coverage Status](https://coveralls.io/repos/github/SAP/cloud-mta/badge.svg?branch=cover)](https://coveralls.io/github/SAP/cloud-mta?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)",
"files": [
"install.js",
"index.js",
"bin"
],
"bin": {
"mta": "bin/mta"
},
"scripts": {
"install": "node install cloud-mta"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangshen-sap/cloud-mta.git"
},
"author": "SAP SE",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wangshen-sap/cloud-mta/issues"
},
"homepage": "https://github.com/wangshen-sap/cloud-mta#readme",
"dependencies": {
"axios": "^1.4.0",
"tar": "^6.1.0",
"unzip-stream": "^0.3.1"
}
}