UNPKG

pulsekit

Version:

Pulse is a tiny frontend framework built for the modern web — minimal, fast, and hackable. Inspired by React, but made for native ESM and zero-config development.

53 lines (52 loc) 1.35 kB
{ "name": "pulsekit", "version": "0.0.5", "description": "Pulse is a tiny frontend framework built for the modern web — minimal, fast, and hackable. Inspired by React, but made for native ESM and zero-config development.", "keywords": [ "pulse", "frontend", "framework", "esm", "zero-config", "vanilla-js", "react-alternative", "dom", "spa", "minimal" ], "type": "module", "main": "dist/pulse.js", "exports": { ".": { "import": "./dist/pulse.js" } }, "files": [ "dist" ], "scripts": { "build": "rollup -c", "lint": "eslint src", "lint:fix": "eslint src --fix", "test": "vitest", "test:run": "vitest run", "prepack": "npm run build" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/stunnerhash/pulse" }, "homepage": "https://github.com/stunnerhash/pulse", "bugs": { "url": "https://github.com/stunnerhash/pulse/issues" }, "devDependencies": { "eslint": "^8.47.0", "jsdom": "^22.1.0", "rollup": "^3.28.1", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-filesize": "^10.0.0", "vitest": "^0.34.3" } }