mirror of
https://github.com/DeBrosOfficial/network-ts-sdk.git
synced 2025-12-12 18:28:50 +00:00
Update package.json to version 0.0.2, add license, author, and repository information
This commit is contained in:
parent
ddec9f6733
commit
60e67c98bf
@ -1,10 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "@network/network-ts-sdk",
|
"name": "@network/network-ts-sdk",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "TypeScript SDK for DeBros Network Gateway",
|
"description": "TypeScript SDK for DeBros Network Gateway",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"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": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user