{
  "name": "seasite",
  "version": "1.0.3",
  "description": "Static Site Builder",
  "main": "lib/index.js",
  "scripts": {
    "start": "npm run watch",
    "build": "rm -rf lib && babel src -d lib",
    "watch": "babel src  --verbose --watch -d lib",
    "test": "jest src",
    "docs": "(cd example && npm run production)",
    "prepare": "npm run build",
    "postpublish": "npm version patch -m 'Upgrade to %s'"
  },
  "bin": {
    "seasite": "lib/cli.js"
  },
  "author": "Dirk Holtwick <dirk.holtwick@gmail.com>",
  "license": "GPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://github.com/holtwick/seasite.git"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.1",
    "@babel/core": "^7.10.2",
    "@babel/plugin-proposal-class-properties": "^7.10.1",
    "@babel/plugin-transform-runtime": "^7.10.1",
    "@babel/preset-env": "^7.10.2",
    "@babel/preset-flow": "^7.10.1",
    "@babel/preset-react": "^7.10.1",
    "flow-bin": "^0.126.1",
    "purgecss": "^2.2.1"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.2",
    "cheerio": "^1.0.0-rc.3",
    "dateformat": "^3.0.3",
    "fs-extra": "^9.0.1",
    "highlight.js": "^10.0.3",
    "html-minifier": "^4.0.0",
    "image-size": "^0.8.3",
    "jest": "^26.0.1",
    "less": "^3.11.2",
    "less-plugin-clean-css": "^1.5.1",
    "lodash": "^4.17.15",
    "marked": "^1.1.0",
    "uglify-js": "^3.9.4",
    "uglifycss": "0.0.29",
    "yamljs": "^0.3.0",
    "yargs": "^15.3.1"
  }
}
