{
  "name": "@airtake/browser",
  "version": "0.5.0",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "browser": "./dist/script.global.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/index.js",
    "dist/index.cjs",
    "dist/index.d.ts",
    "dist/script.global.js"
  ],
  "scripts": {
    "build": "tsup",
    "lint:typecheck": "tsc"
  },
  "dependencies": {
    "nanoid": "^5.0.9",
    "rfc4648": "^1.5.4"
  },
  "devDependencies": {
    "@airtake/tsconfig": "0.0.1",
    "tsup": "^8.3.5",
    "typescript": "^5.6.3"
  }
}
