Skip to content

Commit

Permalink
Improve metadata in the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ferc committed Dec 18, 2024
1 parent 5fb5e83 commit 747b857
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "opik",
"description": "TypeScript SDK for Opik",
"version": "0.0.2",
"description": "Opik TypeScript and JavaScript SDK",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git+https://github.com/comet-ml/opik.git",
"directory": "blob/sdks/typescript"
},
"homepage": "https://www.comet.com/docs/opik/",
"author": {
"name": "Comet",
"email": "[email protected]",
Expand All @@ -11,13 +17,15 @@
"url": "https://github.com/comet-ml/opik/issues",
"email": "[email protected]"
},
"license": "Apache-2.0",
"keywords": [
"opik",
"sdk",
"javascript",
"javascript-sdk",
"typescript",
"typescript-sdk"
"typescript-sdk",
"comet"
],
"files": [
"dist/**/*"
Expand Down

0 comments on commit 747b857

Please sign in to comment.