UNPKG

@bit-js/byte

Version:

A simple, performance-focused web framework that works on Bun, Deno, and browsers.

20 lines (19 loc) 366 B
{ "name": "@bit-js/byte", "version": "2.0.0", "module": "index.js", "type": "module", "types": "types/index.d.ts", "dependencies": { "@bit-js/blitz": "^1.4.0" }, "scripts": { "build-test": "bun build.ts && bun test && tsc --noEmit -p ./tests/tsconfig.json" }, "keywords": [ "framework", "backend", "minimal", "fast" ] }