{
  "name": "@serve.zone/interfaces",
  "version": "27.3.1",
  "private": false,
  "description": "Shared TypeScript interfaces and TypedRequest contracts for the serve.zone ecosystem.",
  "exports": {
    ".": {
      "types": "./dist_ts/index.d.ts",
      "default": "./dist_ts/index.js"
    },
    "./runtime": {
      "types": "./dist_ts/runtime.d.ts",
      "node": "./dist_ts/runtime.js"
    },
    "./runtime/workloadinit": {
      "types": "./dist_ts/runtime.workloadinit.d.ts",
      "default": "./dist_ts/runtime.workloadinit.js"
    }
  },
  "type": "module",
  "author": "Task Venture Capital GmbH",
  "license": "MIT",
  "dependencies": {
    "@api.global/typedrequest-interfaces": "^4.0.0",
    "@push.rocks/smartcrypto": "^2.2.0",
    "@push.rocks/smartlog-interfaces": "^3.0.2",
    "@tsclass/tsclass": "^9.5.1"
  },
  "devDependencies": {
    "@git.zone/tsbuild": "^4.4.2",
    "@git.zone/tsdoc": "^2.1.1",
    "@git.zone/tsrun": "^2.0.6",
    "@git.zone/tstest": "^4.0.0",
    "@types/node": "^26.2.0"
  },
  "files": [
    "ts/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    ".smartconfig.json",
    "readme.md",
    "changelog.md",
    "license"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://code.foss.global/serve.zone/interfaces.git"
  },
  "bugs": {
    "url": "https://code.foss.global/serve.zone/interfaces/issues"
  },
  "homepage": "https://code.foss.global/serve.zone/interfaces#readme",
  "keywords": [
    "serve.zone",
    "interfaces",
    "typedrequest",
    "contracts",
    "typescript",
    "infrastructure"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "scripts": {
    "test": "tstest test/ --verbose --logfile --timeout 60",
    "build": "tsbuild tsfolders",
    "buildDocs": "tsdoc"
  }
}