{
  "name": "@axa/bautajs-core",
  "version": "4.0.0",
  "description": "Bauta.js is an add-on for your Node.js applications such as Express.js or Fastify.",
  "main": "dist",
  "types": "dist",
  "files": [
    "dist"
  ],
  "scripts": {
    "tsc": "tsc",
    "build": "tsc --build",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "test": "jest"
  },
  "bugs": {
    "url": "https://github.com/axa-group/bauta.js/issues"
  },
  "homepage": "https://github.com/axa-group/bauta.js#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axa-group/bauta.js.git"
  },
  "keywords": [
    "bautajs",
    "middleware"
  ],
  "license": "SEE LICENSE IN LICENSE.txt",
  "engines": {
    "node": ">=24",
    "npm": ">=8"
  },
  "dependencies": {
    "@apidevtools/swagger-parser": "^12.1.0",
    "ajv": "^8.20.0",
    "ajv-formats": "^3.0.1",
    "fast-glob": "^3.3.3",
    "fast-safe-stringify": "^2.1.1",
    "hyperid": "^4.0.0",
    "openapi-types": "^12.1.3",
    "p-cancelable": "^2.1.1",
    "pino": "^10.3.1",
    "quick-lru-cjs": "^5.2.1"
  },
  "devDependencies": {
    "@axa/bautajs-dev-config": "^4.0.0",
    "jest-junit": "17.0.0"
  },
  "gitHead": "e3d9041f84bec39dab3024020f8746a6814ec1c0"
}
