{
  "name": "@apps-in-toss/web-bridge",
  "type": "module",
  "version": "2.6.0",
  "description": "Web Bridge for Apps In Toss",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "build": "tsup"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@apps-in-toss/types": "2.6.0"
  },
  "devDependencies": {
    "@apps-in-toss/bridge-core": "2.6.0",
    "@apps-in-toss/native-modules": "^2.6.0",
    "@swc/core": "^1.12.7",
    "picocolors": "^1.1.1",
    "ts-morph": "^26.0.0",
    "tsup": "^8.5.0",
    "typescript": "5.8.3",
    "vitest": "^3.1.2"
  }
}