UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

74 lines (73 loc) 1.82 kB
{ "name": "@adobe/jsonschema2md", "description": "Validate and document complex JSON Schemas the easy way.", "version": "3.1.0", "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", "test": "npm run lint && jasmine", "cover": "istanbul cover --root lib --print detail jasmine" }, "dependencies": { "ajv": "^6.5.4", "async": "^3.0.1", "bluebird": "^3.5.5", "ejs": "^2.4.2", "github-slugger": "^1.2.1", "i18n": "^0.8.3", "jasmine-xml-reporter": "^1.2.1", "json-pointer": "^0.6.0", "lodash": "^4.5.0", "mkdirp": "^0.5.1", "optimist": "^0.6.1", "prettier": "^1.17.0", "readdirp": "^3.1.1", "valid-url": "1.0.9", "winston": "^3.1.0" }, "devDependencies": { "@semantic-release/changelog": "^3.0.2", "@semantic-release/git": "^7.0.8", "@semantic-release/github": "^5.2.10", "commitizen": "^4.0.3", "cz-conventional-changelog": "^3.0.2", "eslint": "^6.1.0", "ghooks": "^2.0.4", "istanbul": "^0.4.5", "jasmine": "~3.4.0", "jasmine-diff": "^0.1.3", "lint-staged": "^9.1.0", "npm-snapshot": "^1.0.3", "semantic-release": "^15.13.3" }, "engines": { "node": ">= 8.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" } } }