Первоначальный коммит

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
poignatov-home
2026-02-08 17:01:36 +03:00
commit bad198ce29
217 changed files with 57075 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "play-life",
"version": "1.0.0",
"description": "Play Life application",
"scripts": {
"db:dump": "./dump-db.sh",
"db:restore": "./restore-db.sh"
}
}