From fad68e8681a48fc9f7cf9844cfe68f885b3100ff Mon Sep 17 00:00:00 2001 From: Niggl Date: Wed, 4 Nov 2020 20:23:10 +0100 Subject: [PATCH] Init part 2 --- 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..d0da36c --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "samurai", + "version": "0.0.1", + "description": "Our own Invoice Stuff", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@git.odit.services:odit/samurai-next.git" + }, + "keywords": [ + "invoice", + "crm" + ], + "author": "ODIT.Services", + "license": "MIT" +}