{ "name": "flow2avro", "version": "0.2.0", "description": "Generate avro schemas for flowtype definitions", "author": "Paul Loyd ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/loyd/flow2avro.git" }, "bugs": { "url": "https://github.com/loyd/flow2avro/issues" }, "keywords": [ "flow", "flowtype", "avro", "avsc" ], "main": "lib/index.js", "bin": { "flow2avro": "./bin/flow2avro" }, "dependencies": { "babylon": "^7.0.0-beta.32", "json-stringify-pretty-compact": "^1.0.4", "optimist": "^0.6.1", "resolve": "^1.5.0" }, "devDependencies": { "@babel/cli": "^7.0.0-beta.32", "@babel/core": "^7.0.0-beta.32", "@babel/preset-env": "^7.0.0-beta.32", "@babel/register": "^7.0.0-beta.32", "jasmine": "^2.8.0", "mocha": "^4.0.1", "nyc": "^11.3.0" }, "scripts": { "prepare": "npm run build", "build": "babel src/ -d lib/", "test": "nyc mocha --require @babel/register tests/run.js" } }