-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 920 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
40
{
"name": "vue-cli-plugin-wgt",
"version": "1.0.0",
"description": "vue-cli-plugin-wgt 是一个基于 vue-cli 的 uni-app 工程的 wgt 包生成插件",
"author": "xiashui",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xiashui1994/vue-cli-plugin-wgt"
},
"keywords": [
"wgt",
"uni-app",
"vue-cli-plugin",
"uni-app wgt",
"uni-app cli"
],
"main": "./index.js",
"files": [
"index.js"
],
"scripts": {
"prepare": "husky install",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"adm-zip": "^0.5.10",
"chalk": "^2.4.2",
"strip-json-comments": "^2.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.4",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"eslint": "^8.38.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1"
}
}