-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 948 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
{
"name": "basecloud",
"version": "2.1.22",
"description": "BaseCloud是一套基于uniapp、uniCloud、uni-id的全栈开发框架,不依赖任何第三方框架,极度精简轻巧。",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/phoooob/BaseCloud.git"
},
"keywords": [],
"author": "",
"license": "Apache 2.0" ,
"files":[
"cloudfunctions-aliyun/admin/controller/**",
"cloudfunctions-aliyun/user-center/controller/**",
"cloudfunctions-aliyun/common/base-cloud/intercepters/**",
"cloudfunctions-aliyun/common/base-cloud/lib/**",
"cloudfunctions-aliyun/common/base-cloud/index.js",
"cloudfunctions-aliyun/common/base-cloud/package.json",
"cloudfunctions-aliyun/common/uni-id/**",
"common/**",
"components/**",
"pages/**",
"static/**"
]
}