-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "mechmania",
"version": "1.2.1",
"description": "CLI tools to do everything mechmania (test your bot, upload them to mm servers, queue games, etc.)",
"main": "index.js",
"repository": "https://github.com/pranaygp/mm-cli-tools",
"author": "Pranay Prakash <[email protected]>",
"license": "MIT",
"scripts": {
"flow": "flow src/",
"build": "flow-remove-types src/ --out-dir lib"
},
"bin": {
"mm": "lib/index.js"
},
"pkg": {
"targets": [
"node8-macos",
"node8-linux",
"node8-win"
],
"scripts": [
"lib/commands"
]
},
"dependencies": {
"app-root-path": "2.1.0",
"chalk": "2.4.0",
"execa": "1.0.0",
"fetch": "1.1.0",
"get-stream": "4.0.0",
"inquirer": "6.2.0",
"mkdirp": "0.5.1",
"moment": "2.22.2",
"node-fetch": "2.2.0",
"rimraf": "2.6.2",
"tar": "4.4.6",
"through2": "2.0.3",
"update-check": "^1.5.2",
"yargs": "12.0.2"
},
"devDependencies": {
"eslint": "4.18.0",
"flow-bin": "0.66.0",
"flow-remove-types": "1.2.3",
"pkg": "4.3.0"
}
}