@sufalctl/honeycomb
Version:
**Honeycomb** is a clean and minimal web framework inspired by Express.js — built entirely from scratch using **raw TypeScript** with **no external libraries**.
27 lines (26 loc) • 584 B
JSON
{
"name": "@sufalctl/honeycomb",
"version": "1.1.3",
"description": "",
"main": "dist/honeycomb.js",
"types": "dist/honeycomb.d.ts",
"scripts": {
"start": "ts-node src/main.ts",
"build": "tsc"
},
"keywords": ["express","expressjs","web server","server","restfull-api","api"],
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/sufal54/honeycomb.git"
},
"author": "sufal bala",
"license": "ISC",
"dependencies": {
"@types/ejs": "^3.1.5",
"@types/node": "^22.15.17",
"typescript": "^5.8.3"
}
}