-
Notifications
You must be signed in to change notification settings - Fork 145
/
package.json
51 lines (51 loc) · 1.2 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
{
"name": "uapp",
"version": "3.0.3",
"description": "uapp源自跨平台开发的最佳实践。uapp通过集成 uni-app, electron, tauri,让开发者仅需维护一套代码,就能横扫所有平台。用uapp可以无限制重构一切软件。+作者vx: 28451307",
"main": "bin/uapp",
"bin": {
"uapp": "bin/uapp"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uappkit/uapp.git"
},
"keywords": [
"uapp",
"vue",
"mobile",
"uniapp"
],
"dependencies": {
"@uappx/tiged": "^2.12.6",
"chalk": "^0.5.1",
"chokidar": "^3.5.3",
"fs-extra": "^10.0.1",
"jsonwebtoken": ">=9.0.0",
"lodash": ">=4.17.21",
"nopt": "^5.0.0",
"ora": "^5.4.1",
"update-notifier": "^5.1.0"
},
"engines": {
"node": ">=18"
},
"bugs": {
"url": "https://github.com/uappkit/uapp/issues"
},
"homepage": "https://github.com/uappkit/uapp#readme",
"directories": {
"doc": "doc"
},
"author": "Qisen Yz",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
}