create-bablojs
Version:
CLI tool to quickly scaffold a new BABLOJS project. BABLOJS is a lightweight, fast, and scalable Single Page Application framework built with vanilla JavaScript, providing React-like features including Virtual DOM, hooks, routing, and component-based arch
51 lines (50 loc) • 1.47 kB
JSON
{
"name": "create-bablojs",
"version": "4.0.0",
"description": "CLI tool to quickly scaffold a new BABLOJS project. BABLOJS is a lightweight, fast, and scalable Single Page Application framework built with vanilla JavaScript, providing React-like features including Virtual DOM, hooks, routing, and component-based architecture without any build step or external dependencies.",
"type": "module",
"main": "index.js",
"bin": {
"create-bablojs": "./index.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"bablojs",
"cli",
"scaffold",
"generator",
"create",
"spa",
"vanilla-js",
"framework",
"single-page-application",
"virtual-dom",
"hooks",
"routing",
"component-based",
"no-build",
"es6-modules",
"lightweight",
"fast",
"seo-friendly"
],
"author": "Shoaib Shokat <shoaibshokat6@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ShoaibShokat03/bablojs.git"
},
"engines": {
"node": ">=14.0.0"
},
"homepage": "https://github.com/ShoaibShokat03/bablojs",
"bugs": {
"url": "https://github.com/ShoaibShokat03/bablojs/issues"
},
"files": [
"index.js",
"template/**/*"
]
}