{
  "name": "@minodisk/medic",
  "version": "0.8.0",
  "description": "A CLI retrives the post metadata and body from the markdown file, transforms the body to HTML with @minodisk/medmd, then create and update posts in Medium with @minodisk/medkit.",
  "main": "lib/index.js",
  "bin": {
    "medic": "lib/command.js"
  },
  "repository": "git@github.com:minodisk/medic.git",
  "author": "Daisuke Mino <daisuke.mino@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build": "rm -rf lib/ && yarn flow-remove-types -d lib/ src/ && yarn format",
    "test": "yarn jest",
    "format": "yarn prettier --write *.md src/*.js lib/*.js",
    "prepublish": "yarn build"
  },
  "jest": {
    "transform": {
      "\\.js$": "../../bin/jest-transform"
    }
  },
  "dependencies": {
    "@minodisk/medkit": "0.8.0",
    "@minodisk/medmd": "0.8.0",
    "commander": "^2.12.2",
    "glob": "^7.1.2",
    "js-yaml": "^3.10.0",
    "ora": "^1.3.0"
  },
  "devDependencies": {
    "cheerio": "^1.0.0-rc.2",
    "flow-bin": "^0.59.0",
    "flow-remove-types": "^1.2.3",
    "jest": "^21.2.1",
    "prettier": "^1.9.2"
  }
}
