-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
33 lines (33 loc) · 1.32 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
33
{
"name": "mbt",
"version": "1.2.33",
"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)",
"main": "index.js",
"files": [
"index.js",
"install.js",
"bin"
],
"scripts": {
"install": "node install cloud-mta-build-tool",
"test": "node ./bin/mbt"
},
"bin": {
"mbt": "bin/mbt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SAP/cloud-mta-build-tool.git"
},
"author": "SAP SE",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SAP/cloud-mta-build-tool/issues"
},
"homepage": "https://github.com/SAP/cloud-mta-build-tool#readme",
"dependencies": {
"axios": "^1.4.0",
"tar": "^6.1.0",
"unzip-stream": "^0.3.1"
}
}