forked from scaleway/docs-content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 852 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
29
30
31
32
33
34
35
{
"name": "docs-content",
"description": "Markdown contents submodule for Scaleway docs website.",
"version": "0.1.0",
"license": "CC-BY-NC-SA-4.0",
"private": true,
"homepage": "https://github.com/scaleway/docs-content#readme",
"author": "@fronteamweb",
"contributors": [
"@teamdoc"
],
"keywords": [
"scaleway",
"docs",
"markdown"
],
"repository": "github:scaleway/docs-content",
"lint-staged": {
"*.json": [
"yarn format"
]
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4"
},
"scripts": {
"prepare": "husky install",
"check-slugs": "bin/list-invalid-slugs",
"format": "yarn run prettier --config .prettierrc --write \"**/*.json\""
}
}