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"] }