-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.16 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.16 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
{
"name": "cloudbase-agent-ui",
"version": "1.15.3",
"description": "微信小程序 Agent UI组件",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sync": "node scripts/sync-component.js",
"prerelease": "git fetch --tags",
"release": "standard-version --no-verify",
"postrelease": "git push --follow-tags origin dev",
"upload": "node scripts/upload-to-cos.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TencentCloudBase/cloudbase-agent-ui.git"
},
"author": "cloudbase",
"license": "MIT",
"bugs": {
"url": "https://github.com/TencentCloudBase/cloudbase-agent-ui/issues"
},
"homepage": "https://github.com/TencentCloudBase/cloudbase-agent-ui#readme",
"dependencies": {
"standard-version": "^9.5.0"
},
"devDependencies": {
"archiver": "^7.0.1",
"cos-nodejs-sdk-v5": "^2.14.6",
"fs-extra": "^11.3.0"
},
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af"
}