forked from uappkit/uapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 905 Bytes
/
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
{
"name": "uapp",
"version": "2.1.3",
"description": "uapp不等同于uniapp, uapp是解决uniapp开发痛点并提升其开发效率的命令行工具. 类似于cordova, ionic, expo的作用",
"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": {
"chalk": "^0.5.1",
"chokidar": "^3.5.3",
"fs-extra": "^10.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": ">=4.17.21",
"nopt": "^5.0.0",
"update-notifier": "^5.1.0"
},
"bugs": {
"url": "https://github.com/uappkit/uapp/issues"
},
"homepage": "https://github.com/uappkit/uapp#readme",
"directories": {
"doc": "doc"
},
"author": "Qisen"
}