version 1.0.0 commit

This commit is contained in:
Soulful Sailer
2026-03-04 21:00:14 -06:00
parent 13061a389f
commit eb0916d90a
17 changed files with 1941 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "event-tracker",
"version": "1.0.0",
"author": {
"name": "Soulful Sailer",
"email": "soulful.sailer@entropic.pro"
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"express": "^4.18.2",
"pg": "^8.11.3"
}
}