UNPKG

bona

Version:

Super lightweight microframework focused on static websites and landing pages.

51 lines (50 loc) 1.31 kB
{ "name": "bona", "version": "1.1.0", "description": "Super lightweight microframework focused on static websites and landing pages.", "keywords": [ "microframework", "microlibrary", "components", "hooks", "ajax", "async", "promise", "animations", "transitions", "web", "landing", "simple", "fast" ], "homepage": "https://github.com/Cuberto/bona", "bugs": "https://github.com/Cuberto/bona/issues", "repository": { "type": "git", "url": "git+https://github.com/Cuberto/bona.git" }, "license": "MIT", "author": "Cuberto <info@cuberto.com> (https://cuberto.com/)", "source": "./src/index.js", "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist/", "src/" ], "scripts": { "build": "microbundle -f esm --compress false --sourcemap false --generateTypes true", "dev": "microbundle watch", "lint": "eslint .", "prettier": "prettier --check ." }, "browserslist": [ "since 2018" ], "devDependencies": { "eslint": "^8.56.0", "microbundle": "^0.15.1", "prettier": "^3.2.5" } }