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" +}