Skip to content

Commit

Permalink
Add Package Metadata (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Aug 15, 2024
1 parent bfa8030 commit 6143fbd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
"name": "near-safe",
"version": "0.0.0",
"license": "MIT",
"description": "An SDK for controlling Ethereum Smart Accounts via ERC4337 from a Near Account.",
"author": "bh2smith",
"repository": {
"type": "git",
"url": "https://github.com/mintbase/near-safe.git"
},
"bugs": {
"url": "https://github.com/mintbase/near-safe/issues"
},
"engines": {
"node": ">=20.0.0"
},
"keywords": [
"near",
"ethereum",
Expand All @@ -11,7 +23,7 @@
"chain-signatures"
],
"main": "dist/cjs/index.js",
"module": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"dist/**/*"
Expand Down

0 comments on commit 6143fbd

Please sign in to comment.