UNPKG

jsons2avro

Version:

A cli tool to convert jsonSchema to Avro

32 lines (31 loc) 725 B
{ "name": "jsons2avro", "version": "0.1.0", "description": "A cli tool to convert jsonSchema to Avro", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "jsons2avro": "index.js" }, "dependencies": { "commander": "^7.2.0", "json5": "^2.2.0", "jsonschema-avro": "^1.6.0", "minimatch": "^3.0.4", "recursive-readdir": "^2.2.2" }, "keywords": [ "Avro", "Jsonschema", "converter" ], "author": "Andrea Mirone", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ilmirons/jsons2avro.git" }, "homepage": "https://github.com/ilmirons/jsons2avro" }