UNPKG

generalize-cli

Version:

Generalize a stream/array of JSON objects into a matching JSON schema at the command line

26 lines (25 loc) 632 B
{ "name": "generalize-cli", "description": "Generalize a stream/array of JSON objects into a matching JSON schema at the command line", "keywords": [ "json", "schema", "generator" ], "version": "0.2.1", "homepage": "https://github.com/chbrown/generalize-cli", "repository": { "type": "git", "url": "https://github.com/chbrown/generalize-cli.git" }, "author": "Christopher Brown <io@henrian.com> (http://henrian.com)", "license": "MIT", "dependencies": { "generalize": "^0.1.0", "minimist": "^1.2.0", "streaming": "1.0.3" }, "bin": { "generalize": "bin/generalize" } }