{
  "name": "dd_common_sdk",
  "version": "0.0.0-experimental-20250416154420",
  "description": "Common SDK for Cetus Protocol",
  "typings": "dist/index.d.ts",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "scripts": {
    "lint": "eslint src/*.ts src/**/*.ts",
    "test": "jest",
    "build": "pnpm run build:tsup",
    "build:tsup": "npm run build:clean && npm run _build:node",
    "build:clean": "rm -rf dist",
    "_build:node": "tsup --format cjs,esm --dts",
    "build:doc": "npx typedoc",
    "publish_batch:test": "npm publish --tag experimental",
    "publish:test": "node ../../scripts/version.js common && npm publish --tag experimental"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "keywords": [],
  "author": "test",
  "license": "Apache-2.0",
  "peerDependencies": {
    "@mysten/bcs": "^1.5.0",
    "@mysten/sui": "^1.24.0"
  }
}
