Update package.json to version 0.0.2, add license, author, and repository information

This commit is contained in:
anonpenguin23 2025-10-22 09:08:46 +03:00
parent ddec9f6733
commit 60e67c98bf

View File

@ -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",