UNPKG

kanciljs

Version:

๐Ÿญ Kancil.JS โ€” A fast, lightweight, and clever frontend micro-library

38 lines (37 loc) โ€ข 931 B
{ "name": "kanciljs", "version": "0.1.0", "description": "๐Ÿญ Kancil.JS โ€” A fast, lightweight, and clever frontend micro-library", "main": "src/kancil.js", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "test": "echo \"๐Ÿงช No tests yet โ€” But Kancil is already slick.\"" }, "repository": { "type": "git", "url": "https://github.com/pinoruswana/kanciljs.git" }, "keywords": [ "kancil", "javascript", "frontend", "lightweight", "micro-library", "dom", "binding", "templating", "state-management" ], "author": { "name": "Pino Ruswana", "email": "pino.ruswana@gmail.com", "url": "https://github.com/pinoruswana" }, "license": "MIT", "engines": { "node": ">=16" } }