From 2904368022b0471919b3fb9fd1d93b4b21738b30 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 7 Jun 2019 13:16:15 +0200 Subject: [PATCH] fix(core): update --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..acafae7 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "ht-docker-cardanosl", + "version": "1.0.0", + "description": "This repository contains a Dockerfile used to build a docker image of the Cardano SL node with wallet features.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@gitlab.com/hosttoday/ht-docker-cardanosl.git" + }, + "author": "Lossless GmbH", + "license": "MIT", + "bugs": { + "url": "https://gitlab.com/hosttoday/ht-docker-cardanosl/issues" + }, + "homepage": "https://gitlab.com/hosttoday/ht-docker-cardanosl#readme" +}