Start project with the old POC

This commit is contained in:
Artur Gurgul 2024-08-15 19:52:42 +02:00
commit 374e79cfb4
7 changed files with 582 additions and 0 deletions

16
package-lock.json generated Normal file
View file

@ -0,0 +1,16 @@
{
"name": "sajt",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sajt",
"version": "0.0.1",
"license": "ISC",
"bin": {
"sajt": "bin/sajt"
}
}
}
}