-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 795 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 795 Bytes
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
{
"name": "esdc-devcop",
"description": "This repository is used as the main home for ESDC's Developer's Community of Practice. https://esdc-devcop.github.io/ ",
"version": "1.0.0",
"scripts": {
"link-check": "node link-check.js",
"lint": "markdownlint -i node_modules -i submodules \"**/*.md\"",
"test": "npm run lint && npm run link-check",
"update-submodules": "git submodule update --recursive --remote"
},
"repository": {
"type": "git",
"url": "https://github.com/canada-ca/template-gabarit"
},
"license": "MIT",
"devDependencies": {
"cspell": "^9.7.0",
"glob": "^13.0.6",
"markdown-link-check": "^3.14.1",
"markdownlint-cli": "^0.47.0",
"axios": "^1.13.6",
"https-proxy-agent": "^7.0.6",
"isbinaryfile": "^6.0.0"
}
}