{
  "name": "akasharender",
  "version": "0.9.1",
  "description": "Rendering support for generating static HTML websites or EPUB eBooks",
  "keywords": [
    "content management system",
    "cms",
    "static site generator",
    "static file server",
    "web development",
    "build and deployment",
    "renderer",
    "templating",
    "templates",
    "website",
    "website builder",
    "blog",
    "akashacms"
  ],
  "author": {
    "name": "David Herron",
    "email": "david@davidherron.com",
    "url": "http://akashacms.com"
  },
  "homepage": "https://akashacms.com/akasharender/toc.html",
  "repository": {
    "type": "git",
    "url": "git://github.com/akashacms/akasharender.git"
  },
  "scripts": {
    "watch": "tsc -w",
    "build": "tsc",
    "dotest": "cd test && npm test",
    "dopublish": "npm publish --access public"
  },
  "engines": {
    "node": ">=20.x"
  },
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.js",
  "bin": {
    "akasharender": "dist/cli.js"
  },
  "dependencies": {
    "@akashacms/renderers": "^0.9.x",
    "@akashacms/stacked-dirs": "^0.9.x",
    "commander": "^12.1.x",
    "debug": "^4.3.x",
    "fastq": "^1.17.x",
    "gh-pages": "^6.2.x",
    "gray-matter": "^4.x",
    "highlight.js": "^11.10.x",
    "html-entities": "^2.5.2",
    "mahabhuta": "^0.8.x",
    "micromatch": "^4.0.8",
    "relative": "^3.0.x",
    "rss": "^1.2.x",
    "sharp": "^0.33.x",
    "sq3-kv-data-store": "^1.0.x",
    "sqlite-regex": "^0.2.4-alpha.1",
    "sqlite3": "^5.1.7",
    "sqlite3orm": "^2.7.3",
    "uuid": "^11.0.x",
    "zx": "^8.2.1"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/node": "^22.9.0",
    "typescript": "^5.6.3"
  }
}
