{
  "name": "@notifi-network/notifi-frontend-client",
  "version": "8.0.0",
  "description": "The frontend client for Notifi",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npm run clean && npm run compile",
    "compile": "tsup lib/index.ts --format cjs,esm --dts --clean",
    "clean": "rimraf ./dist",
    "test": "jest",
    "test:error": "jest ./__test__/NotifiError.test.ts",
    "test:frontend-client": "jest ./__test__/NotifiFrontendClient.test.ts",
    "test:smartlink-client": "jest ./__test__/NotifiSmartLinkClient.test.ts",
    "test:auth-manager": "jest ./__test__/AuthManager.test.ts",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/notifi-network/notifi-sdk-ts.git"
  },
  "author": "juni-notifi <hyungjoon.kim@notifi.network>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/notifi-network/notifi-sdk-ts/issues"
  },
  "homepage": "https://github.com/notifi-network/notifi-sdk-ts#readme",
  "dependencies": {
    "@notifi-network/notifi-dataplane": "^8.0.0",
    "@notifi-network/notifi-graphql": "^8.0.0",
    "graphql-request": "^6.0.0",
    "localforage": "^1.10.0",
    "ws": "^8.11.0"
  },
  "devDependencies": {
    "@aptos-labs/ts-sdk": "3.1.3",
    "@cosmjs/amino": "0.38.1",
    "@emurgo/cardano-message-signing-nodejs": "^1.1.0",
    "@emurgo/cardano-serialization-lib-nodejs": "^15.0.3",
    "@ethersproject/bytes": "^5.8.0",
    "@mysten/sui": "^1.37.1",
    "bip39": "^3.1.0",
    "bs58": "6.0.0",
    "ethers": "^6.11.1",
    "tweetnacl": "1.0.3"
  },
  "gitHead": "df07c7a0eb8e33312a9586ae04a888f1b32b3572"
}
