@stoplight/json-schema-generator
Version:
JSON schema generator based on draft-v4.
66 lines (65 loc) • 1.49 kB
JSON
{
"name": "@stoplight/json-schema-generator",
"version": "1.0.2",
"description": "JSON schema generator based on draft-v4.",
"homepage": "https://github.com/stoplightio/json-schema-generator",
"bugs": "https://github.com/stoplightio/json-schema-generator/issues",
"author": "Stoplight <support@stoplight.io>",
"repository": {
"type": "git",
"url": "https://github.com/stoplightio/json-schema-generator"
},
"files": [
"bin",
"lib"
],
"main": "./lib/index.js",
"bin": {
"json-schema-generator": "./bin/cli.js"
},
"dependencies": {
"cross-fetch": "^3.1.5",
"json-promise": "1.1.x",
"mkdirp": "0.5.x",
"minimist": "1.2.6",
"pretty-data": "0.40.x"
},
"devDependencies": {
"@stoplight/scripts": "^8.2.1",
"chai": "^1.9.2",
"chai-json-schema": "^1.1.0",
"coveralls": "^2.11.2",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"express": "^4.18.1",
"mocha": "^8.1.3"
},
"scripts": {
"test": "mocha",
"release": "semantic-release"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release": {
"extends": "@stoplight/scripts/release",
"pkgRoot": "."
},
"keywords": [
"json schema",
"json schema generator",
"schema",
"json",
"generator",
"draft",
"v4"
],
"license": "MIT"
}