@randombenj/db
Version:
Display, search and copy LXD-images using a web interface.
47 lines (46 loc) • 1.29 kB
JSON
{
"name": "@randombenj/db",
"version": "1.10.2-alpha.0",
"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.1",
"@nestjs/common": "6.7.2",
"@nestjs/core": "6.6.2",
"@nestjs/typeorm": "6.2.0",
"fs-extra": "8.1.0",
"pg": "7.12.1",
"typeorm": "npm:@brunnerlivio/typeorm",
"typescript": "3.6.2"
},
"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"
}