diff --git a/sdk/package.json b/sdk/package.json index 43125418f..dd474c0eb 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,7 +1,7 @@ { "name": "@orca-so/whirlpools-sdk", "version": "0.1.3", - "description": "Provides functions to generate instructions needed for Orca's Whirlpool contracts", + "description": "Typescript SDK to interact with Orca's Whirlpool program.", "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -40,5 +40,23 @@ }, "files": [ "/dist" - ] + ], + "repository": { + "type": "git", + "url": "git+https://github.com/orca-so/whirlpools.git" + }, + "keywords": [ + "orca_so", + "orca", + "solana", + "typescript", + "sdk", + "crypto", + "dex" + ], + "author": "team@orca.so", + "bugs": { + "url": "https://github.com/orca-so/whirlpools/issues" + }, + "homepage": "https://www.orca.so" }