near-safe 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +14 -2
package/package.json CHANGED
@@ -1,7 +1,19 @@
1
1
  {
2
2
  "name": "near-safe",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "license": "MIT",
5
+ "description": "An SDK for controlling Ethereum Smart Accounts via ERC4337 from a Near Account.",
6
+ "author": "bh2smith",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/mintbase/near-safe.git"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/mintbase/near-safe/issues"
13
+ },
14
+ "engines": {
15
+ "node": ">=20.0.0"
16
+ },
5
17
  "keywords": [
6
18
  "near",
7
19
  "ethereum",
@@ -11,7 +23,7 @@
11
23
  "chain-signatures"
12
24
  ],
13
25
  "main": "dist/cjs/index.js",
14
- "module": "dist/cjs/index.js",
26
+ "module": "dist/esm/index.js",
15
27
  "types": "dist/esm/index.d.ts",
16
28
  "files": [
17
29
  "dist/**/*"