-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.51 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.51 KB
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
{
"name": "gcharest.io",
"version": "0.0.1",
"description": "Personal Website repo",
"main": "index.js",
"scripts": {
"link-check": "node link-check.js",
"lint": "markdownlint -i node_modules -i _site -i _includes \"**/*.md\"",
"lint-editorconfig": "editorconfig-checker -disable-indentation -disable-insert-final-newline",
"spellcheck": "cspell \"_pages/en/*.md\" \"_pages/fr/*.md\" \"_posts/en/*.md\" \"_posts/fr/*.md\"",
"open-licences": "licensee",
"licence-compatibility": "license-compatibility-checker",
"site-validator": "site-validator https://gcharest.github.io/ --verbose",
"test": "npm run lint && npm run lint-editorconfig && npm run spellcheck && npm run link-check && npm run open-licences",
"other-tests": "npm run site-validator && npm rum licence-compatibility"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gcharest/gcharest.github.io.git"
},
"keywords": [
"blogs",
"references"
],
"author": "Guillaume Charest",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcharest/gcharest.github.io/issues"
},
"homepage": "https://github.com/gcharest/gcharest.github.io#readme",
"devDependencies": {
"chalk": "^2.4.2",
"cspell": "^3.2.8",
"cspell-dict-fr-fr": "^1.2.11",
"editorconfig-checker": "^3.0.3",
"glob": "^7.1.2",
"license-compatibility-checker": "^0.3.4",
"licensee": "^7.0.3",
"markdown-link-check": "^3.7.2",
"markdownlint-cli": "^0.15.0",
"site-validator-cli": "1.3.0"
}
}