-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
49 lines (49 loc) · 1.02 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
49
{
"name": "monaca",
"version": "5.0.6",
"description": "Monaca Command Line Tool",
"bin": {
"monaca": "bin/monaca"
},
"scripts": {
"preinstall": "node bin/preinstall",
"test": "npx jest"
},
"repository": {
"type": "git",
"url": "https://github.com/monaca/monaca-cli"
},
"keywords": [
"monaca"
],
"author": "Monaca <[email protected]>",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/monaca/monaca-cli/issues"
},
"homepage": "https://monaca.io",
"preferGlobal": true,
"dependencies": {
"@xmldom/xmldom": "^0.8.0",
"colors": "^0.6.2",
"compare-versions": "3.0.1",
"inquirer": "^6.2.2",
"ip": "^1.1.5",
"minimist": "^1.2.8",
"monaca-inquirer": "^1.0.4",
"monaca-lib": "^5.1.4",
"opn": "^5.3.0",
"portfinder": "^1.0.7",
"q": "^1.1.2",
"shelljs": "^0.8.4",
"tar": "^5.0.5"
},
"devDependencies": {
"jest": "^24.9.0"
}
}