-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.32 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.32 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
33
{
"name": "mbt",
"version": "1.2.45",
"description": "[](https://circleci.com/gh/SAP/cloud-mta-build-tool) [](https://goreportcard.com/report/github.com/SAP/cloud-mta-build-tool) [](https://coveralls.io/github/SAP/cloud-mta-build-tool?branch=cover)  ",
"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.13.5",
"tar": "^7.5.7",
"unzip-stream": "^0.3.4"
}
}