{
  "name": "static-site-renderer",
  "version": "2.1.1",
  "description": "",
  "main": "dist/index.js",
  "bin": "dist/index.js",
  "scripts": {
    "test-a": "./dist/index.js --outDir fixtures/a-out --publicUrl https://menduz.com --srcDir fixtures/a-src",
    "test": "npm run test-a",
    "build": "tsc -p tsconfig.json && chmod +x dist/index.js"
  },
  "keywords": [],
  "author": "menduz",
  "repository": {
    "url": "https://github.com/menduz/static-site-renderer"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@hpcc-js/wasm": "^1.15.4",
    "arg": "^5.0.2",
    "gray-matter": "^4.0.3",
    "handlebars": "^4.7.7",
    "highlight.js": "^11.6.0",
    "lodash.get": "^4.4.2",
    "markdown-wasm": "^1.2.0",
    "prettier": "^2.7.1",
    "sass": "^1.54.5"
  },
  "devDependencies": {
    "@types/js-beautify": "^1.13.3",
    "@types/node": "^18.7.14",
    "typescript": "^4.8.2"
  },
  "commit": "b720eec8d2a745171bc77aa6bb31be5a757f4438"
}
