/ packages / heartbit-core / package.json
package.json
 1  {
 2    "name": "@fileverse/heartbit-core",
 3    "version": "2.4.0",
 4    "description": "",
 5    "type": "module",
 6    "main": "./dist/index.js",
 7    "types": "./dist/index.d.ts",
 8    "typings": "./dist/index.d.ts",
 9    "exports": {
10      ".": {
11        "types": "./dist/index.d.ts",
12        "default": "./dist/index.js"
13      }
14    },
15    "scripts": {
16      "build": "pnpm run clean && tsup",
17      "clean": "rm -rf dist",
18      "test:build": "publint --strict",
19      "typecheck": "tsc --noEmit"
20    },
21    "files": [
22      "dist"
23    ],
24    "keywords": [
25      "ethereum",
26      "erc-4337",
27      "eip-4337",
28      "Safe SDK API"
29    ],
30    "repository": "https://github.com/fileverse/HeartBitSDK/tree/main/packages/heartbit-core",
31    "homepage": "https://portal.fileverse.io/#/0x3d3dcEd1cb7676cbd90C4C4339D50AD52Bac37Fa/file/4?chainId=100",
32    "author": "",
33    "license": "ISC",
34    "dependencies": {
35      "ethers": "^6.10.0"
36    },
37    "devDependencies": {
38      "tsup": "^8.0.2"
39    }
40  }