Init part 2

This commit is contained in:
Nicolai Ort 2020-11-04 20:23:10 +01:00
parent e84c475307
commit fad68e8681
1 changed files with 19 additions and 0 deletions

19
package.json Normal file
View File

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