-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.3 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "app-inspector",
"version": "2.0.27",
"description": "app inspector",
"keywords": [
"inspector",
"macaca"
],
"bin": {
"inspector": "./bin/app-inspector.js",
"app-inspector": "./bin/app-inspector.js"
},
"repository": {
"type": "git",
"url": "https://github.com/riz-hossain/ZeuZMobileAIInspector.git"
},
"dependencies": {
"co": "^4.6.0",
"co-request": "^1.0.0",
"commander": "^2.9.0",
"detect-port": "1",
"koa": "^1.2.1",
"koa-bodyparser": "^2.2.0",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"npm-update": "^1.0.2",
"nunjucks": "^2.4.2",
"react-syntax-highlighter": "^7.0.2",
"request": "^2.74.0",
"xlogger": "^1.0.4",
"xml2map": "^1.0.2",
"xutil": "1"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"command-line-test": "^1.0.5",
"css-loader": "^0.24.0",
"es6-promise": "^3.2.1",
"eslint": "^4.19.1",
"eslint-plugin-mocha": "^5.0.0",
"git-contributor": "^1.0.8",
"husky": "^1.3.1",
"json-loader": "^0.5.4",
"koa-webpack-dev-middleware": "^1.2.2",
"less": "^2.7.1",
"less-loader": "^4.1.0",
"macaca-ecosystem": "*",
"mocha": "*",
"nyc": "^11.8.0",
"react": "^15.2.1",
"react-copy-to-clipboard": "^5.0.0",
"react-dom": "^15.2.1",
"react-ga": "^2.7.0",
"react-github-button": "0.1.11",
"style-loader": "^0.13.1",
"terser": "^3.14.1",
"vuepress": "^0.14.8",
"webpack": "^4.28.2",
"webpack-cli": "^3.2.1",
"whatwg-fetch": "^1.0.0"
},
"scripts": {
"test": "nyc --reporter=lcov --reporter=text mocha",
"lint": "eslint --fix .",
"start": "APP_INSPECTOR=dev ./bin/app-inspector.js -u UID --verbose",
"build": "webpack -p",
"watch": "webpack --watch",
"prepublish": "npm run build",
"contributor": "git-contributor",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"homepage": "https:zeuz.ai",
"bugs": "https://www.zeuz.ai/contact/",
"license": "ZeuZ",
"optionalDependencies": {
"ios-simulator": "*",
"macaca-adb": "*",
"uiautomatorwd": "*",
"xctestwd": "*"
}
}