-
Notifications
You must be signed in to change notification settings - Fork 60
/
project.json
66 lines (66 loc) · 1.31 KB
/
project.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
{
"assets": [],
"build": {
"build_id": "7917803D-4",
"build_number": 4,
"build_time": 1625579232692,
"release": false
},
"encryptLevel": 1,
"useFeatures": [],
"icon": "res/icon.png",
"launchConfig": {
"displaySplash": true,
"hideLogs": true,
"splashIcon": "res/splashIcon.png",
"splashText": "Powered By AutoJS Pro",
"stableMode": true
},
"main": "dist/auto.js",
"name": "assttyys_ng",
"optimization": {
"removeAccessibilityService": false,
"removeOpenCv": true,
"unusedResources": false
},
"packageName": "com.zzliux.assttyysngfull936",
"permissionConfig": {
"requestListOnStartup": [
"android.permission.WRITE_EXTERNAL_STORAGE"
]
},
"scripts": {},
"versionCode": 1,
"versionName": "0.0.2.dev",
"ignore": [
"devServer",
".github",
".gitignore",
"build",
"node_modules",
"config",
"src",
"test",
"hotrun",
".babelrc",
".babel.config.js",
"jsconfig.json",
"tsconfig.json",
"package-lock.json",
"package.json",
"webpack.config.js",
"LICENSE",
"README.md",
"README_AUTO_TEMPLATE_VUE.md",
"docs",
"assttyys_ng.zip",
"pack.js",
"pack_dev_release.js",
"run.js",
"babel.config.js",
".git",
".gitignore",
".workflow",
"yarn.lock"
]
}