From dd4725c4d01261464dc920facb5178e75fc315fb Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Tue, 17 Dec 2024 13:01:48 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(=5Fmore):=20enhanced=20scri?= =?UTF-8?q?pts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d75c11b..a311f6a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { - "name": "vite-react-typescript-starter", + "name": "snigdhaos-web-dev", "private": true, - "version": "0.0.0", + "version": "1.0.0", "type": "module", + "description": "Official website source code for Snigdha OS, a lightweight Arch-based Linux distribution.", "scripts": { "dev": "vite", "build": "vite build", @@ -32,5 +33,12 @@ "typescript": "^5.7.2", "typescript-eslint": "^8.18.1", "vite": "^5.4.11" - } + }, + "repository": { + "type": "git", + "url": "https://github.com/Snigdha-OS/snigdhaos-web-dev.git" + }, + "author": "Snigdha OS Team", + "license": "MIT", + "keywords": ["Snigdha OS", "Linux", "React", "Vite", "Arch Linux", "Website"] }