{
    "name": "jitar",
    "version": "0.9.3",
    "description": "Distributed runtime for JavaScript and TypeScript to chop monolithic applications into micros.",
    "author": "Masking Technology <info@masking.tech> (https://jitar.dev)",
    "license": "MIT",
    "type": "module",
    "types": "./dist/lib.d.ts",
    "sideEffects": true,
    "exports": {
        ".": "./dist/lib.js",
        "./client": "./dist/client.js"
    },
    "files": [
        "CHANGELOG.md",
        "README.md",
        "dist",
        "!dist/types"
    ],
    "bin": "./dist/cli.js",
    "scripts": {
        "lint": "eslint",
        "validate": "tsc -p tsconfig.json --noEmit",
        "build": "npm run clean && rollup -c && chmod +x dist/cli.js",
        "clean": "rm -rf dist",
        "prepublishOnly": "npm run clean && npm run build"
    },
    "dependencies": {
        "dotenv": "^16.5.0",
        "express": "^5.0.1",
        "fs-extra": "^11.3.0",
        "glob": "11.0.1",
        "mime-types": "^2.1.35"
    },
    "devDependencies": {
        "@jitar/cli": "*",
        "@jitar/errors": "*",
        "@jitar/execution": "*",
        "@jitar/health": "*",
        "@jitar/http": "*",
        "@jitar/logging": "*",
        "@jitar/middleware": "*",
        "@jitar/runtime": "*"
    },
    "engines": {
        "node": ">=20.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/MaskingTechnology/jitar.git"
    },
    "bugs": {
        "url": "https://github.com/MaskingTechnology/jitar/issues"
    },
    "homepage": "https://jitar.dev",
    "keywords": [
        "distributed",
        "runtime",
        "javascript",
        "typescript",
        "microservices",
        "monolith",
        "full stack",
        "web applications"
    ],
    "gitHead": "3e4dcf529f258336521b4ce3a4db2faa94d67ea1"
}
