-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
26 lines (26 loc) · 994 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
{
"name": "gx-credential-generator",
"description": "SCS unifies the best of cloud computing in a certified standard. With a decentralized and federated cloud stack, SCS puts users in control of their data and fosters trust in clouds, backed by a global open-source community.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint:md": "markdownlint-cli2 \"**/*.md\"",
"fix:md": "markdownlint-cli2-fix \"**/*.md\"",
"prepare": "husky install"
},
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "git+https://github.com/SovereignCloudStack/standards.git"
},
"bugs": {
"url": "https://github.com/SovereignCloudStack/standards/issues"
},
"homepage": "https://github.com/SovereignCloudStack/standards#readme",
"dependencies": {
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"markdownlint-cli2": "^0.7.1",
"markdownlint-rule-search-replace": "^1.0.9",
"prettier": "^2.8.4"
}
}