{
  "author": "swapkit-oss-team",
  "description": "SwapKit Lib types",
  "devDependencies": {
    "@types/node": "20.10.0",
    "ethers": "6.9.0",
    "vite": "4.4.9",
    "@internal/config": "2.10.8"
  },
  "eslintConfig": {
    "extends": "../../../internal/eslint-config"
  },
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "src/",
    "dist/"
  ],
  "homepage": "https://github.com/thorswap/SwapKit",
  "license": "Apache-2.0",
  "main": "./dist/index.cjs",
  "module": "./dist/index.es.js",
  "name": "@coinmasters/types",
  "publishConfig": {
    "access": "public"
  },
  "react-native": "./src/index.ts",
  "repository": "https://github.com/thorswap/SwapKit.git",
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "4.10.2",
  "scripts": {
    "build": "vite build",
    "build:watch": "nodemon --watch src --exec 'pnpm run build'",
    "clean": "rm -rf dist vite.config.ts.* .turbo node_modules",
    "lint": "eslint ./ --ext .ts,.tsx --fix; tsc --noEmit",
    "test": "echo 'No tests yet'"
  }
}