-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "weekly_notes",
"version": "1.0.10",
"description": "雄宇同学的前端精读Blog,读有益的文章,写有意义的博客",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "lint-md ./",
"version": "auto-changelog -p && git add CHANGELOG.md && git add package.json && git commit -m 'feat: changelog update'",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Trojan0523/weekly_notes.git"
},
"keywords": [
"Blog",
"FrontEnd"
],
"author": "Trojan0523",
"license": "ISC",
"bugs": {
"url": "https://github.com/Trojan0523/weekly_notes/issues"
},
"homepage": "https://github.com/Trojan0523/weekly_notes#readme",
"dependencies": {
"lint-md-cli": "^0.1.2"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"auto-changelog": "^2.4.0",
"husky": "^7.0.4"
},
"lint-staged": {
"*.md": "pnpm run lint"
}
}