-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 983 Bytes
/
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
{
"name": "open-standards-normes-ouvertes",
"version": "0.0.1",
"description": "Open Standards Guidance Draft - Guide des normes ouvertes (Ébauche)",
"main": "index.js",
"scripts": {
"link-check": "node link-check.js",
"lint": "markdownlint -i node_modules \"**/*.md\"",
"spellcheck": "cspell en/**/*.md",
"test": "npm run lint && npm run spellcheck && npm run link-check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/canada-ca/open-standards-normes-ouvertes.git"
},
"author": "Treasury Board of Canada",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/canada-ca/open-standards-normes-ouvertes/issues"
},
"homepage": "https://github.com/canada-ca/open-standards-normes-ouvertes#readme",
"devDependencies": {
"chalk": "^4.0.0",
"cspell": "^4.0.55",
"glob": "^7.1.2",
"markdown-link-check": "^3.7.2",
"markdownlint-cli": "^0.23.0"
},
"dependencies": {}
}