UNPKG

create-bablojstest

Version:

A lightweight, fast, and scalable Single Page Application framework built with vanilla JavaScript. BABLOJS provides React-like features including Virtual DOM, hooks, routing, and component-based architecture without any build step or external dependencies

48 lines (47 loc) 1.24 kB
{ "name": "create-bablojstest", "version": "1.0.1", "description": "A lightweight, fast, and scalable Single Page Application framework built with vanilla JavaScript. BABLOJS provides React-like features including Virtual DOM, hooks, routing, and component-based architecture without any build step or external dependencies.", "main": "index.html", "type": "module", "scripts": { "start": "npx serve .", "dev": "npx serve .", "serve": "npx serve ." }, "files": [ "index.html", "src/**/*", "README.md", "LICENSE" ], "keywords": [ "spa", "vanilla-js", "framework", "bablojs", "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" } }