-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "hexo-theme-candelas",
"version": "1.1.0",
"description": "the next generation of hexo theme landscape",
"repository": {
"type": "git",
"url": "git+https://github.com/DukeLuo/hexo-theme-candelas.git"
},
"keywords": [
"hexo",
"theme",
"candelas"
],
"author": "Duke Luo <[email protected]> (https://shaiwang.life)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DukeLuo/hexo-theme-candelas/issues"
},
"homepage": "https://github.com/DukeLuo/hexo-theme-candelas",
"scripts": {
"lint:js": "eslint --ext .ejs layout/ --ext .js source/js",
"lint:ejs": "ejslint layout",
"lint:ec": "editorconfig-checker --exclude .github",
"lint": "npm run lint:js & npm run lint:ejs & npm run lint:ec",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0"
},
"pre-commit": [
"precommit-msg",
"lint"
],
"devDependencies": {
"editorconfig-checker": "4.0.2",
"ejs-lint": "1.2.1",
"eslint": "8.5.0",
"eslint-plugin-check-file": "^1.1.0",
"eslint-plugin-html": "6.0.2",
"pre-commit": "1.2.2"
}
}