UNPKG

@shinymayhem/json-schema-generator

Version:

Generate/compile .yaml files (not .yml at the moment) into a single JSON schema file. Resolves references to other schema docuements in the same directory

30 lines (29 loc) 604 B
{ "scripts": { "test": "mocha" }, "bin": { "schemagen": "./cli/generate.js" }, "devDependencies": { "chai": "~3.4.1", "mocha": "^2.4.5", "node-inspector": "^0.12.5", "z-schema": "^3.17.0", "nodemon": "^1.8.1" }, "name": "@shinymayhem/json-schema-generator", "version": "1.0.3", "main": "index.js", "dependencies": { "clone": "^1.0.2", "commander": "^2.9.0", "js-yaml": "^3.6.1" }, "repository": { "type": "git", "url": "https://github.com/shinymayhem/json-schema-generator.git" }, "author": "Reese Wilson", "license": "MIT" }