Skip to content

Commit

Permalink
chore: add metadata in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofa committed Jul 10, 2024
1 parent f751d4b commit f65be8b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "@folks-finance/xchain-sdk",
"description": "The official JavaScript SDK for the Folks Finance Cross-Chain Lending Protocol",
"version": "0.0.1",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Folks-Finance/folks-finance-xchain-js-sdk.git"
},
"type": "module",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
Expand Down Expand Up @@ -62,5 +67,13 @@
"path": "@commitlint/cz-commitlint"
}
},
"packageManager": "[email protected]+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b"
"packageManager": "[email protected]+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b",
"keywords": [
"folks-finance",
"cross-chain",
"xlending",
"blockchain",
"ethereum",
"evm"
]
}

0 comments on commit f65be8b

Please sign in to comment.