UNPKG

@roussos/pathway-router

Version:

A lightweight client-side router that manages navigation, history, caching, and rendering of content within a container element.

34 lines (33 loc) 805 B
{ "name": "@roussos/pathway-router", "private": false, "version": "0.4.5", "type": "module", "main": "dist/pathway-router.cjs", "types": "dist/pathway.router.d.ts", "author": { "name": "John Roussos", "email": "jroussosdev@gmail.com", "url": "https://johnroussos.dev/" }, "license": "MIT", "repository": { "type": "github", "url": "https://github.com/JRoussos/pathway-router" }, "scripts": { "dev": "vite --host", "build": "vite build", "watch": "vite build --watch", "prepack": "npm run build" }, "keywords": [ "pathway", "router" ], "devDependencies": { "pathe": "^2.0.3", "vite": "^7.1.2", "vite-plugin-dts": "^4.5.4" } }