{
  "name": "tranxpress",
  "version": "1.1.0",
  "description": "A smart async wrapper for Express with MongoDB transaction support.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "release": "standard-version",
    "release:patch": "standard-version --release-as patch",
    "release:minor": "standard-version --release-as minor",
    "release:major": "standard-version --release-as major"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ouranos-technologies-pvt-ltd/tranxpress.git"
  },
  "author": "iBoon Technologies",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ouranos-technologies-pvt-ltd/tranxpress/issues"
  },
  "homepage": "https://github.com/ouranos-technologies-pvt-ltd/tranxpress#readme",
  "dependencies": {
    "express": "^5.1.0",
    "mongoose": "^8.13.2"
  },
  "devDependencies": {
    "@types/express": "^5.0.1",
    "standard-version": "^9.5.0",
    "typescript": "^5.8.3"
  },
  "keywords": [
    "express",
    "async",
    "async-handler",
    "middleware",
    "error-handler",
    "express-middleware",
    "mongoose",
    "mongodb",
    "transaction",
    "express-wrapper",
    "try-catch",
    "typescript",
    "api",
    "error-handling",
    "controller-wrapper",
    "nodejs",
    "backend",
    "express-error-handler"
  ]
}
