UNPKG

simple-blog-engine

Version:

Современный легковесный генератор статического блога с поддержкой Markdown

55 lines (54 loc) 1.31 kB
{ "name": "simple-blog-engine", "version": "3.2.3", "description": "Современный легковесный генератор статического блога с поддержкой Markdown", "main": "lib/index.js", "bin": { "simple-blog-engine": "bin/blog-engine.js" }, "files": [ "bin/", "lib/", "defaults/", "js/", "favicon.ico", ".htaccess", ".nojekyll", "_redirects", "telegram-iv-template.txt" ], "scripts": { "test": "node tests/npm-publishing/run-tests.js", "prepublishOnly": "npm test" }, "keywords": [ "blog", "markdown", "static-site", "static-site-generator", "blog-engine", "markdown-blog" ], "author": "Pavlenko", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/region23/simple-blog-engine.git" }, "bugs": { "url": "https://github.com/region23/simple-blog-engine/issues" }, "homepage": "https://github.com/region23/simple-blog-engine#readme", "engines": { "node": ">=14.0.0" }, "dependencies": { "cheerio": "^1.0.0", "commander": "^11.1.0", "gray-matter": "^4.0.3", "marked": "^15.0.7", "marked-gfm-heading-id": "^4.1.1", "marked-smartypants": "^1.1.9", "transliteration": "^2.3.5" } }