readme + package.json

This commit is contained in:
2023-04-27 17:43:01 +02:00
parent 99ff1abc5d
commit 64452abf6c
4 changed files with 43 additions and 6 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "myevent",
"version": "1.0.0",
"description": "A free and open source event management solution",
"main": "/dist/app.js",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplePCBuilding/myevent.git"
},
"keywords": [
"eventmanager",
"events",
"tickets"
],
"author": "Janis Hutz",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/simplePCBuilding/myevent/issues"
},
"homepage": "https://myevent.janishutz.com"
}