{
    "name": "@assassinonz/exzodus-router",
    "version": "0.0.22",
    "description": "Express router wrapper with end to end type safety",
    "main": "./build/router/index.js",
    "types": "./build/router/index.d.ts",
    "scripts": {
        "prepublish": "npm run build",
        "build": "rm -r ./build; tsc"
    },
    "type": "module",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/assassinoNz/ExZodus.git"
    },
    "files": [
        "./build",
        "./README.md"
    ],
    "keywords": [
        "zod",
        "axios",
        "express",
        "zodios",
        "kubb",
        "swagger-zod"
    ],
    "author": "assassinoNz",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/assassinoNz/ExZodus/issues"
    },
    "homepage": "https://github.com/assassinoNz/ExZodus#readme",
    "dependencies": {
        "@types/express": "^4.17.21",
        "express": "^4.21.1",
        "zod": "^3.23.8"
    }
}