akasharender
Version:
Rendering support for generating static HTML websites or EPUB eBooks
90 lines (89 loc) • 2.19 kB
JSON
{
"name": "akasharender",
"version": "0.9.7",
"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",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/akashacms/akasharender.git"
},
"scripts": {
"watch": "tsc -w & tscp -w",
"build": "tsc && tscp",
"dotest": "cd test && npm test",
"dopublish": "npm publish --access public"
},
"engines": {
"node": ">=24.x"
},
"main": "dist/index.js",
"type": "module",
"types": "dist/index.js",
"bin": {
"akasharender": "dist/cli.js"
},
"dependencies": {
"@akashacms/renderers": "^0.9.x",
"cache": "^3.0.0",
"commander": "^14.x",
"fastest-levenshtein": "^1.0.16",
"fastq": "^1.19.x",
"gh-pages": "^6.3.x",
"gray-matter": "^4.x",
"highlight.js": "^11.11.x",
"html-entities": "^2.6.x",
"joi": "^18.0.1",
"mahabhuta": "^0.9.x",
"micromatch": "^4.0.8",
"mime": "^4.1.0",
"pluralize": "^8.0.0",
"promised-sqlite3": "^2.1.0",
"relative": "^3.0.x",
"rss": "^1.2.x",
"sharp": "^0.34.x",
"sitemap": "^8.0.0",
"sq3-kv-data-store": "^1.0.x",
"sqlite-lembed": "^0.0.1-alpha.8",
"sqlite-regex": "^0.2.4-alpha.1",
"sqlite-vec": "^0.1.7-alpha.2",
"sqlite3": "^5.1.7",
"sqlite3-query-log": "github:robogeek/sqlite3-query-log",
"sqlstring-sqlite": "^0.1.1",
"uuid": "^11.1.x",
"zx": "^8.5.x"
},
"devDependencies": {
"@types/node": "^24.0.1",
"typescript": "^5.8.3",
"typescript-cp": "^0.1.9"
},
"peerDependencies": {
"cheerio": "^1.1.x",
"got": "^14.4.x"
},
"overrides": {
"rimraf@<4": "5.0.10",
"glob@<9": "10.4.5"
}
}