From 60e67c98bf097c953e6b25126481c97e06be8e2b Mon Sep 17 00:00:00 2001 From: anonpenguin23 Date: Wed, 22 Oct 2025 09:08:46 +0300 Subject: [PATCH] Update package.json to version 0.0.2, add license, author, and repository information --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c07d69a..6304803 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,16 @@ { "name": "@network/network-ts-sdk", - "version": "0.0.1", + "version": "0.0.2", "description": "TypeScript SDK for DeBros Network Gateway", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", + "license": "MIT", + "author": "DeBrosOfficial", + "repository": { + "type": "git", + "url": "https://github.com/DeBrosOfficial/network-ts-sdk/tree/v0.0.1" + }, "exports": { ".": { "types": "./dist/index.d.ts",