From 92f0fab21ed3d7e1a86e469358ed3efaecb32845 Mon Sep 17 00:00:00 2001 From: Tajim Date: Sun, 30 Aug 2026 16:44:18 +0600 Subject: [PATCH] fix: restore package.json JSON syntax --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a617d2..3311dea 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ - +{ "$schema": "https://www.schemastore.org/package.json", "private": true, "type": "module",