Skip to content

Commit

Permalink
feat: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
remiroyc authored and enitrat committed Dec 2, 2024
1 parent 56a0bc3 commit da13fbf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "unruggable-sdk",
"version": "1.0.0",
"description": "A JavaScript SDK for interacting with the Unruggable protocol.",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -46,5 +47,14 @@
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
}
},
"keywords": [
"unruggable",
"sdk",
"javascript",
"starknet",
"blockchain"
],
"author": "ScreenshotLabs",
"homepage": "https://github.com/your-username/unruggable-sdk"
}

0 comments on commit da13fbf

Please sign in to comment.