{
  "name": "rpc-swap-core",
  "version": "0.0.1",
  "main": "dist/index.js",
  "author": "33357 <43600005+33357@users.noreply.github.com>",
  "license": "MIT",
  "scripts": {
    "build:clean": "rm -rf dist && rm -f tsconfig.tsbuildinfo",
    "build": "yarn build:clean && yarn tsc"
  },
  "dependencies": {
    "ts-node": "^10.9.2",
    "typescript": "5.7.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  }
}
