@akashacms/plugins-blog-podcast
Version:
A plugin for AkashaCMS to create blogs & podcasts within a site
42 lines (41 loc) • 943 B
JSON
{
"author": {
"name": "David Herron",
"email": "david@davidherron.com",
"url": "http://davidherron.com"
},
"name": "@akashacms/plugins-blog-podcast",
"description": "A plugin for AkashaCMS to create blogs & podcasts within a site",
"keywords": [
"content management system",
"cms",
"static site generator",
"static file server",
"web development",
"build and deployment",
"renderer",
"templating",
"templates",
"website",
"website builder",
"blog",
"akashacms"
],
"homepage": "http://akashacms.com/plugins/blog-podcast.html",
"repository": {
"type": "git",
"url": "git://github.com/akashacms/akashacms-blog-podcast.git"
},
"type": "module",
"main": "index.mjs",
"bin": {
"akashacms-blog-podcast": "cli.mjs"
},
"version": "0.9.1",
"engines": {
"node": ">=24.x"
},
"scripts": {
"dopublish": "npm publish --access public"
}
}