UNPKG

@lxdhub/dbsync

Version:

Display, search and copy LXD-images using a web interface.

59 lines (58 loc) 1.61 kB
{ "name": "@lxdhub/dbsync", "version": "1.10.5", "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": "lib/cli.js" }, "dependencies": { "@lxdhub/common": "^1.10.3", "@lxdhub/db": "^1.10.3", "@nestjs/common": "6.7.2", "@nestjs/core": "6.6.2", "@nestjs/testing": "6.8.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.22" }, "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": "4f9b38c294835ba2ab295e66d456fbaab34238bd" }