-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.04 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.04 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
{
"name": "open-source-contribution-logiciel-libre",
"version": "0.0.1",
"description": "Draft requirements around open source - Brouillon des besoins liés aux logiciels libre.",
"main": "index.js",
"scripts": {
"link-check": "npx markdown-link-check -c .markdown-link-check.json en/**/*.md fr/**/*.md *.md -q",
"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-source-logiciel-libre.git"
},
"author": "Treasury Board of Canada",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/canada-ca/open-source-logiciel-libre/issues"
},
"homepage": "https://github.com/canada-ca/open-source-logiciel-libre#readme",
"devDependencies": {
"chalk": "^4.1.0",
"cspell": "^9.7.0",
"glob": "^7.2.0",
"markdown-link-check": "^3.14.2",
"markdownlint-cli": "^0.48.0"
},
"dependencies": {}
}