{
  "name": "@rss3/api-utils",
  "version": "0.0.25",
  "repository": {
    "type": "git",
    "url": "https://github.com/RSS3-Network/DSL-js-sdk/tree/main/packages/api-utils"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "sideEffects": false,
  "dependencies": {
    "@rss3/api-core": "0.0.25"
  },
  "scripts": {
    "build": "tsup --dts",
    "dev": "tsup --watch"
  }
}