forked from openwpm/OpenWPM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 960 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": "openwpm",
"author": "Mozilla",
"description": "OpenWPM NodeJS Utilities",
"scripts": {
"jsonschema2md": "jsonschema2md || true",
"render_schema_docs": "jsonschema2md --input=schemas --out=docs/schemas --schema-out=-",
"validate_markdown_links": "find . -name \\*.md -not -path '*/node_modules/*' -exec markdown-link-check -q {} \\;",
"lint_markdown": "find . -name \\*.md -not -path '*/node_modules/*' -exec markdownlint {} \\;"
},
"scripts-info": {
"jsonschema2md": "Display the help for jsonschema2md",
"render_schema_docs": "Render the JSON schemas in `schemas` folder to documentation in `docs/schemas`."
},
"license": "MPL-2.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/OpenWPM.git"
},
"homepage": "",
"devDependencies": {
"@adobe/jsonschema2md": "^4.1.5",
"markdown-link-check": "^3.8.1",
"markdownlint-cli": "^0.23.2"
}
}