{
    "name": "backend-only-starter",
    "type": "module",
    "private": true,
    "scripts": {
        "build": "rimraf build dist && tsc -p src/tsconfig.json && jitar build",
        "standalone": "jitar start --service=services/standalone.json",
        "gateway": "jitar start --service=services/gateway.json",
        "hi": "jitar start --service=services/hi.json",
        "hello": "jitar start --service=services/hello.json"
    },
    "dependencies": {
        "jitar": "^0.11.0"
    },
    "devDependencies": {
        "rimraf": "^6.1.3",
        "typescript": "5.9.3"
    }
}