UNPKG

mini-framework-z01

Version:

Mini Framework is designed to provide a simple yet powerful approach to building web applications with minimal overhead.

33 lines (32 loc) 764 B
{ "name": "mini-framework-z01", "version": "1.0.23", "description": "Mini Framework is designed to provide a simple yet powerful approach to building web applications with minimal overhead.", "main": "dist/mini-framework-z01.js", "module": "src/mini-framework-z01.js", "scripts": { "build": "babel src -d dist", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "events", "event-handling", "dom-events", "pubsub" ], "authors": [ "fihry", "obenali", "oaitbenh", "ielharra" ], "license": "MIT", "devDependencies": { "@babel/cli": "^7.27.0", "@babel/core": "^7.26.10", "@babel/preset-env": "^7.26.9", "jest": "^27.0.0" }, "browserslist": "> 0.25%, not dead" }