{
  "name": "shaman-website-compiler",
  "version": "4.0.24",
  "description": "Compile raw HTML, CSS and Javascript into the smallest possible, SEO friendly website.",
  "main": "lib/index.js",
  "typings": "public_api.d.ts",
  "scripts": { },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iotshaman/shaman-website-compiler.git"
  },
  "keywords": [
    "website",
    "compiler",
    "seo",
    "node",
    "nodejs"
  ],
  "author": "Kyle Brown",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/iotshaman/shaman-website-compiler/issues"
  },
  "homepage": "https://github.com/iotshaman/shaman-website-compiler#readme",
  "dependencies": {
    "clean-css": "^4.2.3",
    "fast-glob": "^3.2.4",
    "fs-extra": "^9.0.1",
    "gaze": "^1.1.3",
    "handlebars": "^4.7.7",
    "html-minifier": "^4.0.0",
    "inversify": "^5.0.1",
    "json-repo": "^1.2.2",
    "moment": "^2.29.1",
    "moment-timezone": "^0.5.33",
    "mongodb": "^3.6.2",
    "reflect-metadata": "^0.1.13",
    "sitemap": "^6.3.2",
    "uglify-es": "^3.3.9",
    "upath": "2.0.0"
  }
}

