Skip to main content
Module

x/endofunctor/package.json

🌍 Vixeny: A runtime-agnostic, performance-centric library championing functional purity for modern web development.
Go to Latest
File
{ "name": "vixeny", "version": "0.0.932", "description": "A functional router for Bun and Deno", "main": "main.ts", "directories": { "test": "test" }, "scripts": { "test": "deno test -A ./" }, "repository": { "type": "git", "url": "git+https://github.com/mimiMonads/vixeny.git" }, "imports": { ".": { "bun": "./fun.ts" } }, "keywords": [ "deno", "bun", "node", "functional" ], "author": "Mimi", "license": "SEE LICENSE IN ReadMe.md", "bugs": { "url": "https://github.com/mimiMonads/vixeny/issues" }, "homepage": "https://vixeny.dev/", "devDependencies": { "bun-types": "^1.0.2", "jose": "^4.14.6", "mitata": "^0.1.6" }}