-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
95 lines (95 loc) · 2.47 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "uni-helper-vscode",
"displayName": "uni-helper",
"version": "0.5.9",
"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": [
"*.vsix"
],
"scripts": {
"check:deps": "taze",
"check:types": "tsc --noEmit",
"lint": "run-p lint:eslint lint:markdownlint",
"lint:eslint": "eslint . --fix --cache --ignore-path=.gitignore",
"lint:markdownlint": "markdownlint . --fix --ignore-path=.gitignore",
"release": "bumpp",
"prepare": "is-ci || husky install",
"publish": "run-p publish:vscode publish:openvsx",
"publish:vscode": "vsce package && vsce publish",
"publish:openvsx": "ovsx publish"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@commitlint/prompt": "^17.6.1",
"@modyqyw/fabric": "^7.5.0",
"@tsconfig/node18": "^2.0.0",
"@types/node": "^18.16.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vscode/vsce": "^2.19.0",
"bumpp": "^9.1.0",
"commitizen": "^4.3.0",
"eslint": "^8.39.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^13.2.1",
"markdownlint-cli": "^0.33.0",
"npm-run-all": "^4.1.5",
"ovsx": "^0.8.0",
"prettier": "^2.8.8",
"release-it": "^15.10.1",
"taze": "^0.9.1",
"tsx": "^3.12.6",
"typescript": "^5.0.4"
},
"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@9.6.5",
"engines": {
"node": ">=14.18",
"vscode": "^1.40.0"
},
"icon": "uni-helper.png",
"sponsor": {
"url": "https://github.com/ModyQyW/sponsors"
}
}