{
    "name": "@randombenj/dbsync",
    "version": "1.10.2-alpha.0",
    "description": "Display, search and copy LXD-images using a web interface.",
    "main": "lib/index.js",
    "scripts": {
        "start": "node bin/start-dbsync.js",
        "build": "tsc -p tsconfig.build.json",
        "prepare": "npm run build"
    },
    "bin": {
        "lxdhub-dbsync": "cli.js"
    },
    "dependencies": {
        "@lxdhub/common": "^1.10.1",
        "@lxdhub/db": "^1.10.1",
        "@nestjs/common": "6.7.2",
        "@nestjs/core": "6.6.2",
        "@nestjs/testing": "6.6.3",
        "@nestjs/typeorm": "6.2.0",
        "aigle": "1.14.1",
        "clime": "0.5.10",
        "fs-extra": "8.1.0",
        "js-yaml": "3.13.1",
        "lodash": "4.17.15",
        "node-lxd-client": "0.1.3",
        "pg": "7.12.1",
        "pretty-bytes": "^5.3.0",
        "reflect-metadata": "0.1.13",
        "rxjs": "6.5.2",
        "typeorm": "0.2.18"
    },
    "publishConfig": {
        "access": "public"
    },
    "license": "Apache-2.0",
    "keywords": [
        "lxd",
        "lxc",
        "lxdhub",
        "container"
    ],
    "homepage": "https://github.com/Roche/lxdhub#README.md",
    "bugs": {
        "url": "https://github.com/Roche/lxdhub/issues",
        "email": "livio.brunner.lb1@roche.com"
    },
    "author": {
        "email": "livio.brunner.lb1@roche.com",
        "name": "Livio Brunner",
        "url": "https://brunnerliv.io"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Roche/lxdhub"
    },
    "gitHead": "e8eb4142953f93dc7e97105343a0c91463a9af55"
}
