{
  "name": "@swing.xyz/cross-chain-api",
  "version": "1.3.1",
  "publishConfig": {
    "access": "public"
  },
  "license": "GPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://github.com/swing-xyz/examples.git"
  },
  "author": {
    "name": "Chris Lott",
    "url": "https://lott.io"
  },
  "sideEffects": false,
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./openapi.json": "./openapi.json"
  },
  "files": [
    "dist/**/*.cjs",
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "openapi.json",
    "README.md",
    "CHANGELOG.md",
    "package.json"
  ],
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup --dts-resolve",
    "lint": "TIMING=1 eslint \"src/**/*.ts*\"",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "codegen": "npx openapi-typescript ./openapi.json -o ./src/gen/schema.d.ts"
  },
  "devDependencies": {
    "@swing.xyz/eslint-config": "workspace:*",
    "@swing.xyz/tsconfig": "workspace:*",
    "eslint": "8.57.1",
    "openapi-fetch": "0.8.2",
    "openapi-typescript": "^6.7.6",
    "tsup": "^8.5.0",
    "tsx": "^4.19.4"
  }
}
