{
  "name": "@d3vtool/ex-frame",
  "version": "1.2.4",
  "description": "This library enhances Express.js by providing a more organized structure for web API projects, along with improved control and error handling capabilities.",
  "source": "src/index.ts",
  "main": "dist/cjs/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build": "npm run build:cjs"
  },
  "keywords": [
    "express",
    "web-api",
    "nodejs",
    "error-handling",
    "api-structure",
    "middleware",
    "backend",
    "node",
    "rest-api",
    "server",
    "expressjs",
    "api-framework",
    "class",
    "decorator",
    "typescript",
    "types"
  ],
  "author": "Sudhanshu Kumar",
  "license": "MIT",
  "devDependencies": {
    "@types/express": "^5.0.1",
    "@types/node": "^22.13.14",
    "esbuild": "^0.25.2",
    "express": "^4.21.2",
    "typescript": "^5.8.2"
  }
}
