forked from canada-ca/OS-Advisory_Conseil-SO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.07 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
{
"name": "os-advisory_conseil-so",
"version": "0.0.1",
"description": "he CTO-OSAB aims to leverage the knowledge of internal and external subject matter experts to provide advice to senior technology leaders across the GC on the most effective approach to implementing an integrated eco-system of open source",
"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/OS-Advisory_Conseil-SO.git"
},
"author": "Treasury Board of Canada",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/canada-ca/OS-Advisory_Conseil-SO/issues"
},
"homepage": "https://github.com/canada-ca/OS-Advisory_Conseil-SO#readme",
"devDependencies": {
"chalk": "^4.1.0",
"cspell": "^4.0.63",
"glob": "^7.1.6",
"markdown-link-check": "^3.8.1",
"markdownlint-cli": "^0.23.1"
}
}