{
    "name": "@breadstone/ziegel-platform-http",
    "version": "0.0.9",
    "description": "Includes an http abstraction. (interception, handler, serialization, authentication) A cookie abstraction is also included.",
    "license": "MIT",
    "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
    "main": "./Index.js",
    "module": "./Index.js",
    "commonjs": "./Index.js",
    "typings": "./Index.d.ts",
    "types": "./Index.d.ts",
    "repository": {
        "type": "git",
        "url": "https://github.com/RueDeRennes/ziegel"
    },
    "bugs": {
        "url": "https://github.com/RueDeRennes/ziegel/issues"
    },
    "dependencies": {
        "@breadstone/ziegel-core": "0.0.9",
        "@breadstone/ziegel-platform-configuration": "0.0.9",
        "@breadstone/ziegel-platform-logging": "0.0.9",
        "@breadstone/ziegel-platform-serialization": "0.0.9",
        "rxjs": "^7.8.2",
        "tslib": "^2.8.1"
    }
}