@lxdhub/db
Version:
Display, search and copy LXD-images using a web interface.
48 lines (47 loc) • 1.3 kB
JSON
{
"name": "@lxdhub/db",
"version": "1.10.3",
"description": "Display, search and copy LXD-images using a web interface.",
"main": "lib/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"prepare": "npm run build"
},
"dependencies": {
"@brunnerlivio/typeorm": "0.2.18",
"@lxdhub/common": "^1.10.3",
"@nestjs/common": "6.10.14",
"@nestjs/core": "^6.7.0",
"@nestjs/typeorm": "6.2.0",
"fs-extra": "8.1.0",
"pg": "7.12.1",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0",
"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": "04edcea632126f5b2b01a52068f0a602cb29a2b8"
}