-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 828 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 828 Bytes
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
{
"name": "lin-ui-vue",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TaleLin/lin-ui-vue.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TaleLin/lin-ui-vue/issues"
},
"homepage": "https://github.com/TaleLin/lin-ui-vue#readme",
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@lin-ui-vue/eslint-config": "workspace:*",
"eslint": "^8.17.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.0",
"typescript": "^4.7.3"
},
"lint-staged": {
"*.js": "eslint"
}
}