Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/endofunctor/package.json

🌐 Vixeny: At the forefront of modern web development, Vixeny stands as a runtime-independent, efficiency-driven library dedicated to upholding the principles of functional purity. It's crafted to empower developers with a robust foundation for creating scalable, maintainable, and high-performance web applications.
Latest
File
{ "name": "vixeny", "version": "0.1.30", "description": "A functional router for Bun and Deno", "main": "main.ts", "directories": { "test": "test" }, "scripts": { "test": "deno test -A ./test/*" }, "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", "mitata": "^0.1.6" }, "peerDependencies": { "typescript": "^5.0.0" }}