forked from linkerd/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 904 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
{
"name": "linkerd.io",
"version": "1.0.0",
"description": "Linkerd.io Public Website",
"main": "index.js",
"scripts": {
"pa11y": "pa11y-ci --sitemap http://127.0.0.1:1313/sitemap.xml --sitemap-find //localhost:1313 --sitemap-replace http://127.0.0.1:1313",
"lint": "prettier --check content/*.* {content,themes}/**/*.{js,css,md}",
"markdownlint": "markdownlint content",
"autofix": "prettier --write content/*.md content/**/*.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linkerdio/website.git"
},
"author": "Heneise Consulting <[email protected]> (http://heneise.co)",
"license": "ISC",
"bugs": {
"url": "https://github.com/linkerdio/website/issues"
},
"homepage": "https://github.com/linkerdio/website#readme",
"devDependencies": {
"markdownlint-cli": "^0.22.0",
"pa11y-ci": "^2.3.0",
"prettier": "^2.0.4"
}
}