-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1017 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
41
42
43
44
45
46
47
48
{
"name": "@linzhinan/vue-code-link",
"version": "1.0.37",
"description": "",
"main": "index.js",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"code link",
"link",
"vscode",
"vue-code-link",
"click page",
"location",
"vue-dev-code-link",
"dev",
"click",
"代码定位",
"点击页面定位",
"点击",
"定位",
"页面元素"
],
"author": "linzhinan",
"license": "MIT",
"dependencies": {
"axios": "0.24.0"
},
"repository": {
"type": "git",
"url": "https://github.com/chana1024/linzhinan-vue-code-link.git"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"conventional-changelog": "^3.1.25"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"ghooks": {
"commit-msg": "./validate-commit-msg.js"
}
}
}