{
  "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"
  }
}
