diff --git a/package-lock.json b/package-lock.json index cd81dda..a07b541 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,8 @@ "name": "catsof-tech", "version": "0.0.1", "dependencies": { - "astro": "^3.0.7" + "astro": "^3.0.7", + "chota": "^0.9.2" } }, "node_modules/@ampproject/remapping": { @@ -1387,6 +1388,11 @@ "fsevents": "~2.3.2" } }, + "node_modules/chota": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/chota/-/chota-0.9.2.tgz", + "integrity": "sha512-DmCHT/R+yMr/aYQuokkJeNIjknSgpMpM9mR0tDlqPu8A+lGo9TS/KFPpze5Q9PPrCWenp/VG7Y10usyNDoIygQ==" + }, "node_modules/chownr": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", diff --git a/package.json b/package.json index 8fc8978..d403679 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.0.7" + "astro": "^3.0.7", + "chota": "^0.9.2" } -} \ No newline at end of file +}