Skip to content

Commit 1725994

Browse files
committed
fix package.json
1 parent 9d34bbe commit 1725994

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

package.json

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
22
"name": "dria-oracle-sdk",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
4+
"description": "An on-chain AI oracle SDK for Dria",
45
"license": "MIT",
56
"author": "FirstBatch Team <[email protected]>",
7+
"homepage": "https://github.com/firstbatchxyz/dria-oracle-sdk#readme",
68
"contributors": [
79
"Erhan Tezcan <[email protected]>"
810
],
11+
"files": [
12+
"dist/",
13+
"LICENSE",
14+
"README.md"
15+
],
916
"type": "module",
1017
"main": "./dist/index.cjs",
1118
"module": "./dist/index.mjs",
@@ -43,5 +50,14 @@
4350
},
4451
"prettier": {
4552
"printWidth": 120
46-
}
53+
},
54+
"keywords": [
55+
"oracle",
56+
"blockchain",
57+
"dria",
58+
"firstbatch",
59+
"arweave",
60+
"llm",
61+
"ai"
62+
]
4763
}

0 commit comments

Comments
 (0)