-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 1.71 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "uni-helper-vscode",
"displayName": "uni-helper",
"version": "0.5.10",
"description": "增强 uni-app 系列产品在 VSCode 内的体验",
"categories": [
"Extension Packs"
],
"keywords": [
"uniapp",
"uni-app",
"unicloud",
"uni-cloud",
"uniui",
"uni-ui",
"uni",
"helper",
"schema",
"schemas",
"snippet",
"snippets"
],
"homepage": "https://github.com/uni-helper/uni-helper-vscode#readme",
"bugs": {
"url": "https://github.com/uni-helper/uni-helper-vscode/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/uni-helper/uni-helper-vscode"
},
"license": "MIT",
"author": {
"name": "ModyQyW",
"email": "wurui-dev@foxmail.com",
"url": "https://modyqyw.github.io"
},
"publisher": "uni-helper",
"type": "module",
"files": [
"LICENSE",
"uni-helper.png"
],
"scripts": {
"publish": "conc \"npm:publish:vscode\" \"npm:publish:openvsx\"",
"publish:openvsx": "ovsx publish",
"publish:vscode": "vsce package && vsce publish",
"release": "bumpp"
},
"devDependencies": {
"@vscode/vsce": "^3.9.2",
"bumpp": "^11.1.0",
"concurrently": "^10.0.3",
"ovsx": "^1.0.2"
},
"extensionPack": [
"uni-helper.uni-app-schemas-vscode",
"uni-helper.uni-app-snippets-vscode",
"uni-helper.uni-cloud-snippets-vscode",
"uni-helper.uni-highlight-vscode",
"uni-helper.uni-ui-snippets-vscode"
],
"packageManager": "npm@11.17.0",
"engines": {
"node": ">=18",
"vscode": "^1.40.0"
},
"icon": "uni-helper.png",
"sponsor": {
"url": "https://github.com/ModyQyW/sponsors"
},
"allowScripts": {
"@vscode/vsce-sign@2.0.9": true,
"keytar@7.9.0": true
}
}