{
  "name": "blogsauce",
  "version": "0.1.9",
  "description": "Personal blog building tool.",
  "main": "src/index.js",
  "scripts": {
    "test": "node test/index.js"
  },
  "keywords": [
    "blogsauce",
    "html",
    "markdown",
    "personal",
    "blogging",
    "tool",
    "blog"
  ],
  "author": "Michael Arakilian",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/developextra/blogsauce.git"
  },
  "bugs": {
    "url": "https://github.com/developextra/blogsauce/issues"
  },
  "homepage": "https://github.com/developextra/blogsauce#readme",
  "dependencies": {
    "@hapi/joi": "^17.1.1",
    "chalk": "^4.0.0",
    "js-beautify": "^1.11.0",
    "js-yaml": "^3.13.1",
    "marked": "^1.0.0",
    "sanitize-html": "^1.23.0",
    "yargs": "^15.3.1"
  },
  "bin": {
    "blogsauce": "bin/blogsauce.js",
    "bls": "bin/blogsauce.js"
  }
}
