chore: set up Node.js project

This commit is contained in:
2026-08-01 13:48:22 +02:00
committed by jakob.scheid
parent 6ef56e7d16
commit 126b68953e
3 changed files with 164 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "frontend-assets",
"version": "0.1.0",
"description": "The assets for the frontend of Seekra",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.jcloud-services.ddns.net/seekra/frontend-assets"
},
"author": "",
"license": "Apache-2.0"
}