-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 1.25 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
{
"name": "gcdigital-tools_outils-numeriquesgc",
"version": "0.0.1",
"description": "These GCDigital Tools, and the GC Digital Standards they are built upon, will support the Government of Canada’s shift to becoming more agile, open, and user-focused",
"main": "index.js",
"scripts": {
"link-check": "node link-check.js",
"lint": "npm run lint:md && npm run lint:js",
"lint:js": "eslint .",
"lint:md": "markdownlint -i node_modules \"**/*.md\"",
"test": "npm run lint && npm run vnu-jar && npm run link-check",
"vnu-jar": "java -Xss4m -jar node_modules/vnu-jar/build/dist/vnu.jar --errors-only --skip-non-html --filterfile .vnurc --no-langdetect _site/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/canada-ca/gcdigital-tools_outils-numeriquesgc.git"
},
"author": "canada-ca",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/canada-ca/gcdigital-tools_outils-numeriquesgc/issues"
},
"homepage": "https://github.com/canada-ca/gcdigital-tools_outils-numeriquesgc#readme",
"devDependencies": {
"chalk": "^4.1.0",
"eslint": "^8.37.0",
"glob": "^9.3.4",
"markdown-link-check": "^3.11.2",
"markdownlint-cli": "^0.33.0",
"vnu-jar": "^23.4.11"
}
}