Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Nov 5, 2024
1 parent 9d34bbe commit 1725994
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"name": "dria-oracle-sdk",
"version": "0.0.1",
"version": "0.0.2",
"description": "An on-chain AI oracle SDK for Dria",
"license": "MIT",
"author": "FirstBatch Team <[email protected]>",
"homepage": "https://github.com/firstbatchxyz/dria-oracle-sdk#readme",
"contributors": [
"Erhan Tezcan <[email protected]>"
],
"files": [
"dist/",
"LICENSE",
"README.md"
],
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -43,5 +50,14 @@
},
"prettier": {
"printWidth": 120
}
},
"keywords": [
"oracle",
"blockchain",
"dria",
"firstbatch",
"arweave",
"llm",
"ai"
]
}

0 comments on commit 1725994

Please sign in to comment.