-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.18 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.18 KB
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": "mta",
"version": "1.0.8",
"description": "[](https://circleci.com/gh/SAP/cloud-mta) [](https://goreportcard.com/report/github.com/SAP/cloud-mta) [](https://coveralls.io/github/SAP/cloud-mta?branch=cover)  ",
"main": "index.js",
"files": [
"install.js",
"index.js",
"bin"
],
"bin": {
"mta": "bin/mta"
},
"scripts": {
"install": "node install cloud-mta"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SAP/cloud-mta.git"
},
"author": "SAP SE",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SAP/cloud-mta/issues"
},
"homepage": "https://github.com/SAP/cloud-mta#readme",
"dependencies": {
"axios": "^1.4.0",
"tar": "^6.1.0",
"unzip-stream": "^0.3.1"
}
}