UNPKG

json-flow

Version:

Transform JSON into flow type annotations automatically

33 lines (32 loc) 713 B
{ "name": "json-flow", "version": "2.0.0", "description": "Transform JSON into flow type annotations automatically", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": "./bin.js", "repository": { "type": "git", "url": "git+https://github.com/johnydays/json-flow.git" }, "keywords": [ "json", "json-to-flow", "flow", "flowtype", "node", "nodejs" ], "author": "Johnydays", "license": "MIT", "bugs": { "url": "https://github.com/johnydays/json-flow/issues" }, "homepage": "https://github.com/johnydays/json-to-flow#readme", "dependencies": { "commander": "^2.9.0", "oboe": "^2.1.2" } }