add snake

This commit is contained in:
2026-08-04 22:32:00 +02:00
parent 03c39f17f4
commit 3842864906
6 changed files with 248 additions and 6 deletions
+4 -4
View File
@@ -9,13 +9,13 @@
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"typescript": "^5.7.3"
"typescript": "^6.0.2"
}
},
"node_modules/typescript": {
"version": "5.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
"integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",