-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 839 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 839 Bytes
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
{
"name": "@wavemaker/wm-cordova-cli",
"version": "4.0.1",
"description": "command line tool to easily build a wavemaker mobile project",
"main": "index.js",
"preferGlobal": true,
"bin": {
"wm-cordova": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cordova",
"wavemaker",
"mobile"
],
"author": "WaveMaker Inc.,",
"repository": "https://github.com/wavemaker/wm-cordova-cli",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"elementtree": "^0.1.7",
"execa": "^4.0.3",
"fs-extra": "^9.0.1",
"htmlencode": "0.0.4",
"md5": "^2.3.0",
"prompt": "^1.0.0",
"semver": "^7.3.2",
"shell-argument-escape": "^0.1.2",
"update-notifier": "^4.1.1",
"winston": "^3.3.3",
"yargs": "^15.4.0"
}
}