-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.27 KB
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
{
"name": "uapp",
"version": "3.2.1",
"description": "uapp源自跨平台开发的最佳实践。uapp通过集成 uni-app, electron, tauri,让开发者仅需维护一套代码,就能横扫所有平台。用uapp可以无限制重构一切软件。+作者vx: 28451307",
"type": "module",
"main": "bin/uapp",
"bin": {
"uapp": "bin/uapp"
},
"files": [
"bin/",
"src/",
"doc/",
"uappsdk/"
],
"scripts": {
"test": "node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uappx/uapp.git"
},
"keywords": [
"uapp",
"vue",
"mobile",
"uniapp"
],
"dependencies": {
"@uappx/tiged": "^2.12.11",
"chalk": "^5.6.2",
"chokidar": "^3.5.3",
"fs-extra": "^11.3.4",
"jsonwebtoken": ">=9.0.0",
"lodash": ">=4.17.23",
"nopt": "^5.0.0",
"ora": "^8.2.0",
"update-notifier": "^7.3.1",
"yazl": "^3.3.1"
},
"engines": {
"node": ">=18"
},
"bugs": {
"url": "https://github.com/uappx/uapp/issues"
},
"homepage": "https://github.com/uappx/uapp#readme",
"directories": {
"doc": "doc"
},
"author": "Yin Qisen",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
}