forked from young-yang03/cloud-mta-build-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.47 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.47 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
34
{
"name": "@young-yang217/mbt",
"version": "1.2.271",
"description": "[](https://circleci.com/gh/young-yang03/cloud-mta-build-tool) [](https://goreportcard.com/report/github.com/young-yang03/cloud-mta-build-tool) [](https://coveralls.io/github/young-yang03/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",
"micromatch-wrapper": "bin/micromatch-wrapper"
},
"repository": {
"type": "git",
"url": "git+https://github.com/young-yang03/cloud-mta-build-tool.git"
},
"author": "young-yang217",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/young-yang03/cloud-mta-build-tool/issues"
},
"homepage": "https://github.com/young-yang03/cloud-mta-build-tool#readme",
"dependencies": {
"axios": "^1.4.0",
"tar": "^6.1.0",
"unzip-stream": "^0.3.1"
}
}