Update package json with repository data (#10)

This commit is contained in:
meep 2022-05-13 10:22:44 -07:00 committed by GitHub
parent c0b7afc2ca
commit 15ccea3fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 2 deletions

View File

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