From 951d4d830191cc1acaea7720663afb2d21f32433 Mon Sep 17 00:00:00 2001 From: db123 Date: Mon, 20 Apr 2026 23:52:08 +0330 Subject: [PATCH] feat: added test to npm and changed from index.js to index.ts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f4cf2f5..62da8a7 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,11 @@ "license": "MIT", "author": "db", "type": "commonjs", - "main": "index.js", + "main": "index.ts", "scripts": { "dev": "vite build --watch", "build": "tsc && vite build", + "test": "vitest", "preview": "vite preview" }, "devDependencies": {