UNPKG

blots

Version:

A Minimal and Expressive JS SPA Micro Framework

42 lines (41 loc) 1 kB
{ "name": "blots", "version": "2.0.21", "description": "A Minimal and Expressive JS SPA Micro Framework", "main": "src/index.js", "module": "src/index.js", "type": "module", "exports": { "import": "./src/index.js", "require": "./src/index.js" }, "scripts": { "dev": "esbuild src/index.js --bundle --minify --target=es2015 --outfile=dist/index.js --watch", "build": "esbuild src/index.js --bundle --minify --target=es2015 --outfile=dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/devvime/blots.git" }, "keywords": [ "SPA", "routes", "components", "view-engine", "template-engine", "data-bindings", "reactive-proxy" ], "author": "devvime", "license": "MIT", "bugs": { "url": "https://github.com/devvime/blots/issues" }, "homepage": "https://github.com/devvime/blots#readme", "dependencies": { "mustache": "^4.2.0" }, "devDependencies": { "esbuild": "^0.25.6" } }