{
  "name": "@escapehub/token-creator",
  "version": "0.1.3",
  "description": "Framework-agnostic SDK for deploying ERC-20 tokens on 40+ EVM chains with advanced features like fees, limits, anti-bot protection, and vanity addresses",
  "license": "BUSL-1.1",
  "author": "EscapeHub",
  "homepage": "https://app.escapehub.ai/docs/getting-started/intro",
  "funding": {
    "type": "individual",
    "url": "https://escapehub.ai"
  },
  "keywords": [
    "ethereum",
    "erc20",
    "token",
    "token-creator",
    "defi",
    "web3",
    "blockchain",
    "solidity",
    "create2",
    "vanity-address",
    "bsc",
    "polygon",
    "arbitrum",
    "base",
    "multichain"
  ],
  "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"
    },
    "./types": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/types/index.js",
      "require": "./dist/types/index.cjs"
    },
    "./abis": {
      "types": "./dist/abis/index.d.ts",
      "import": "./dist/abis/index.js",
      "require": "./dist/abis/index.cjs"
    },
    "./verification": {
      "types": "./dist/verification/index.d.ts",
      "import": "./dist/verification/index.js",
      "require": "./dist/verification/index.cjs"
    },
    "./chains": {
      "types": "./dist/chains/index.d.ts",
      "import": "./dist/chains/index.js",
      "require": "./dist/chains/index.cjs"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "vite build",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "ethers": "^6.11.0"
  },
  "devDependencies": {
    "typescript": "^5.4.0",
    "vite": "^5.2.0",
    "vite-plugin-dts": "^3.7.0",
    "vitest": "^1.4.0"
  },
  "peerDependencies": {
    "ethers": "^6.0.0"
  },
  "peerDependenciesMeta": {
    "ethers": {
      "optional": false
    }
  }
}
