This commit is contained in:
Curt Spark 2024-04-12 09:34:56 +01:00
parent cc9eff260d
commit cc723a929d
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node-modules/

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "blorg-frontend",
"version": "1.0.0",
"description": "Frontend for Blorg",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.cspark.dev/Blorg/Blorg-Frontend"
},
"author": "Curt Spark",
"license": "GPL-3.0-or-later"
}