From cd315971f9972fe6e0cee21c7cf7c51b9a9aab2e Mon Sep 17 00:00:00 2001 From: simke9445 Date: Mon, 30 Jan 2023 13:02:48 +0100 Subject: [PATCH] update package.json --- package.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e90614..b30b577 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,19 @@ { - "name": "@warp-protocol/sdk", + "name": "@terra-money/warp-sdk", + "repository": { + "type": "git", + "url": "https://github.com/terra-money/warp-sdk.git" + }, + "description": "Sdk for interacting with Warp protocol on Terra.", + "main": "dist/index.js", + "publishConfig": { + "access": "public" + }, + "author": "", + "bugs": { + "url": "https://github.com/terra-money/warp-sdk/issues" + }, + "homepage": "https://github.com/terra-money/warp-sdk#readme", "version": "0.1.0", "scripts": { "clean": "rm -rf dist",