-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
28 lines (28 loc) · 924 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
{
"name": "cloud-guardrails",
"version": "1.0.0",
"private": true,
"description": "This project will host the minimum guardrails as part of the GC Cloud Operationalization Framework. The users of this project will be Government of Canada employees deploying cloud-based workloads.",
"main": "index.js",
"scripts": {
"link-check": "node link-check.js",
"lint": "markdownlint -i node_modules \"**/*.md\"",
"test": "npm run lint && npm run link-check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/canada-ca/cloud-guardrails.git"
},
"keywords": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/canada-ca/cloud-guardrails/issues"
},
"homepage": "https://github.com/canada-ca/cloud-guardrails#readme",
"devDependencies": {
"chalk": "^4.1.0",
"glob": "^8.1.0",
"markdown-link-check": "^3.10.3",
"markdownlint-cli": "^0.39.0"
}
}