tezx
Version:
TezX is a high-performance, lightweight JavaScript framework designed for speed, scalability, and flexibility. It enables efficient routing, middleware management, and static file serving with minimal configuration. Fully compatible with Node.js, Deno, an
91 lines • 2.29 kB
JSON
{
"name": "tezx",
"version": "2.0.3",
"description": "TezX is a high-performance, lightweight JavaScript framework designed for speed, scalability, and flexibility. It enables efficient routing, middleware management, and static file serving with minimal configuration. Fully compatible with Node.js, Deno, and Bun.",
"main": "cjs/index.js",
"module": "index.js",
"types": "index.d.ts",
"typings": "index.d.ts",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tezxjs/TezX.git"
},
"bugs": {
"url": "https://github.com/tezxjs/TezX/issues"
},
"homepage": "https://github.com/tezxjs/TezX/issues#readme",
"exports": {
".": {
"import": "./index.js",
"require": "./cjs/index.js",
"types": "./index.d.ts",
"default": "./index.js"
},
"./middleware": {
"import": "./middleware/index.js",
"require": "./cjs/middleware/index.js",
"types": "./middleware/index.d.ts",
"default": "./middleware/index.js"
},
"./node": {
"import": "./node/index.js",
"require": "./cjs/node/index.js",
"types": "./node/index.d.ts",
"default": "./node/index.js"
},
"./bun": {
"import": "./bun/index.js",
"require": "./cjs/bun/index.js",
"types": "./bun/index.d.ts",
"default": "./bun/index.js"
},
"./deno": {
"import": "./deno/index.js",
"require": "./cjs/deno/index.js",
"types": "./deno/index.d.ts",
"default": "./deno/index.js"
},
"./helper": {
"import": "./helper/index.js",
"require": "./cjs/helper/index.js",
"types": "./helper/index.d.ts",
"default": "./helper/index.js"
},
"./ws": {
"import": "./ws/index.js",
"require": "./cjs/ws/index.js",
"types": "./ws/index.d.ts",
"default": "./ws/index.js"
}
},
"files": [
"adapter/",
"cjs/",
"core/",
"helper/",
"bun/",
"deno/",
"node/",
"middleware/",
"utils/",
"ws/",
"index.js",
"index.d.ts"
],
"keywords": [
"server",
"framework",
"http",
"middleware",
"router",
"high-performance",
"node",
"bun",
"deno",
"typescript",
"web-framework"
],
"author": "SRAKIB17",
"license": "MIT"
}