Skip to main content
Module

x/endofunctor/package.json

Functional web framework for Bun and Deno
Go to Latest
File
{ "name": "vixeny", "version": "0.0.661", "description": "A functional router for Bun and Deno", "main": "fun.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", "deno": "./fun.ts" } }, "keywords": [ "deno", "bun", "functional" ], "author": "Antony Vladimir", "license": "SEE LICENSE IN ReadMe.md", "bugs": { "url": "https://github.com/mimiMonads/vixeny/issues" }, "homepage": "https://github.com/mimiMonads/vixeny#readme"}