{
  "name": "@nodearch/joi-express",
  "version": "1.1.2",
  "description": "NodeArch Joi Express Extension",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "type": "module",
  "engines": {
    "node": ">=16"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodearch/nodearch.git"
  },
  "keywords": [
    "nodearch",
    "nodearch-joi",
    "joi"
  ],
  "author": "https://github.com/AhmedAli7O1",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nodearch/nodearch/issues",
    "email": "bluemax7o1@gmail.com"
  },
  "devDependencies": {
    "@nodearch/core": "^2.2.2",
    "@nodearch/joi": "^1.1.2",
    "@nodearch/express": "^2.1.2",
    "@nodearch/openapi": "^1.1.2",
    "@types/express": "^5.0.0",
    "@types/node": "^22.10.10",
    "rimraf": "^6.0.1",
    "typescript": "^5.7.3",
    "reflect-metadata": "^0.2.2",
    "joi": "^17.13.3",
    "joi-to-swagger": "^6.2.0"
  },
  "peerDependencies": {
    "@nodearch/core": "^2.2.2",
    "@nodearch/joi": "^1.1.2",
    "@nodearch/express": "^2.1.2",
    "joi-to-swagger": "^6.x.x"
  },
  "scripts": {
    "build": "rimraf ./dist/ && tsc",
    "build:watch": "tsc"
  }
}