UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

81 lines (80 loc) 2.44 kB
{ "name": "@adobe/jsonschema2md", "description": "Validate and document complex JSON Schemas the easy way.", "version": "4.0.3", "main": "lib/main.js", "bin": { "jsonschema2md": "./cli.js" }, "scripts": { "semantic-release": "semantic-release", "commit": "git-cz", "lint": "eslint .", "lint-fix": "eslint . --fix", "start": "node cli.js", "examples": "node cli.js -d examples/schemas/ -o examples/docs/ -x examples/generated-schemas/", "test": " nyc --reporter=text --reporter=lcov --check-coverage --branches 80 --statements 100 --lines 100 mocha && node lib/locales/update.js", "test-ci": "nyc --reporter=text --reporter=lcov --check-coverage --branches 80 --statements 100 --lines 100 mocha --reporter xunit --reporter-options output=./junit/test-results.xml; codecov" }, "dependencies": { "@adobe/helix-log": "^4.4.0", "es2015-i18n-tag": "^1.6.1", "ferrum": "^1.4.1", "fs-extra": "^8.1.0", "github-slugger": "^1.2.1", "js-yaml": "^3.13.1", "mdast-builder": "^1.1.1", "mdast-util-to-string": "^1.0.7", "mocha": "^6.2.2", "readdirp": "^3.3.0", "remark-parse": "^7.0.2", "remark-stringify": "^7.0.4", "unified": "^8.4.2", "unist-builder": "^2.0.2", "unist-util-inspect": "^5.0.0", "yargs": "^15.0.2" }, "devDependencies": { "@semantic-release/changelog": "^3.0.4", "@semantic-release/git": "^7.0.16", "@semantic-release/github": "^5.4.2", "codecov": "^3.6.1", "commitizen": "^4.0.3", "cz-conventional-changelog": "^3.0.2", "eslint": "6.5.0", "eslint-config-airbnb": "17.1.1", "eslint-plugin-header": "3.0.0", "eslint-plugin-import": "2.18.0", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-react": "7.14.2", "ghooks": "^2.0.4", "i18n-tag-schema": "^2.5.0", "lint-staged": "^9.2.1", "nyc": "^14.1.1", "semantic-release": "^15.13.20", "unist-util-select": "^3.0.0" }, "engines": { "node": ">= 10.0.0" }, "repository": { "type": "git", "url": "https://github.com/adobe/jsonschema2md.git" }, "bugs": { "url": "https://github.com/adobe/jsonschema2md/issues" }, "license": "Apache-2.0", "author": "", "lint-staged": { "*.js": "eslint" }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" }, "ghooks": { "pre-commit": "npx lint-staged" } } }