зеркало из https://github.com/openwpm/OpenWPM.git
33 строки
1.3 KiB
JSON
33 строки
1.3 KiB
JSON
{
|
|
"name": "openwpm",
|
|
"author": "Mozilla",
|
|
"description": "OpenWPM NodeJS Utilities",
|
|
"scripts": {
|
|
"info": "npm-scripts-info",
|
|
"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": {
|
|
"info": "Display information about the package scripts",
|
|
"jsonschema2md": "Display the help for jsonschema2md",
|
|
"render_schema_docs": "Render the JSON schemas in `schemas` folder to documentation in `docs/schemas`.",
|
|
"validate_markdown_links": "Checks if all links referred to in the documentation are still working. Tends to get rate limited by github",
|
|
"lint_markdown": "Warnings about markdown styling. Should not be taken as an absolute source of truth"
|
|
},
|
|
"license": "MPL-2.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mozilla/OpenWPM.git"
|
|
},
|
|
"homepage": "",
|
|
"devDependencies": {
|
|
"@adobe/jsonschema2md": "^6.1.0",
|
|
"markdown-link-check": "^3.8.7",
|
|
"markdownlint-cli": "^0.27.1",
|
|
"npm-scripts-info": "^0.3.9"
|
|
}
|
|
}
|