{ "name": "openwpm", "author": "OpenWPM Contributors", "description": "OpenWPM NodeJS Utilities", "scripts": { "preinstall": "npx npm-force-resolutions", "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/openwpm/OpenWPM.git" }, "homepage": "", "devDependencies": { "@adobe/jsonschema2md": "^7.0.0", "@commitlint/cli": "^16.2.4", "@commitlint/config-conventional": "^16.2.4", "commitlint": "^16.2.4", "markdown-link-check": "^3.10.2", "markdownlint-cli": "^0.31.1", "npm-scripts-info": "^0.3.9" }, "resolutions": { "glob-parent": "^6.0.2", "trim-newlines": "^3.0.1" } }