create-modulo
Version:
Starter projects for Modulo.html - Ready for all uses - Markdown-SSG / SSR / API-backed SPA
21 lines (20 loc) • 533 B
JSON
{
"name": "create-modulo",
"version": "1.0.0",
"description": "Starter projects for Modulo.html - Ready for all uses - Markdown-SSG / SSR / API-backed SPA",
"homepage": "https://modulo.codeberg.page/",
"bin": {
"create-modulo": "bin/create-modulo.js"
},
"scripts": {
"build": "bash scripts/build.sh",
"prepublish": "bash scripts/build.sh"
},
"files": [
"bin/create-modulo.js",
"lib/**/*",
"build/**/*"
],
"author": "michaelb",
"license": "LGPL3.0 (Modulo) and MIT/BSD (Sample Code)"
}