{
    "name": "@catamaran/hull",
    "public": true,
    "version": "0.3.0",
    "description": "hull is an approach to make building scuttlebut applications more easy\r by providing a single interface for everything™.",
    "main": "dist/index.js",
    "directories": {
        "doc": "docs"
    },
    "scripts": {
        "build": "tsc",
        "test": "ts-node test/test.ts"
    },
    "keywords": [
        "typescript",
        "scuttlebutt",
        "ssb",
        "client"
    ],
    "bugs": {
        "url": "https://github.com/datenknoten/catamaran-hull/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/datenknoten/catamaran-hull"
    },
    "author": "Tim Schumacher <tim@datenknoten.me>",
    "license": "MIT",
    "dependencies": {
        "ssb-client": "4.6.0",
        "pull-stream": "3.6.9",
        "rxjs": "6.3.3"
    },
    "devDependencies": {
        "@types/node": "^10.12.10",
        "tslint": "^5.11.0",
        "typescript": "^3.1.6",
        "ts-node": "7.0.1",
        "tslint-language-service": "0.9.9"
    }
}
