{
  "name": "@blocto/fcl",
  "version": "1.13.1",
  "description": "Flow Client Library",
  "license": "Apache-2.0",
  "author": "Dapper Labs <dev@dapperlabs.com>",
  "homepage": "https://onflow.org",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/onflow/flow-js-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/onflow/flow-js-sdk/issues"
  },
  "jest": {
    "testEnvironment": "jsdom",
    "globals": {
      "PACKAGE_CURRENT_VERSION": "TESTVERSION"
    }
  },
  "devDependencies": {
    "@onflow/fcl-bundle": "1.6.0",
    "@onflow/typedefs": "1.4.0",
    "@types/estree": "^1.0.6",
    "@types/jest": "^29.5.13",
    "@types/node": "^18.19.57",
    "eslint": "^8.57.1",
    "eslint-plugin-jsdoc": "^46.10.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "typescript": "^4.9.5"
  },
  "source": "src/fcl.ts",
  "main": "dist/fcl.js",
  "module": "dist/fcl.module.js",
  "unpkg": "dist/fcl.umd.min.js",
  "types": "types/fcl.d.ts",
  "scripts": {
    "pain": "npm publish --tag pain",
    "alpha": "npm publish --tag alpha",
    "prepublishOnly": "npm test && npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "build": "npm run lint && fcl-bundle",
    "build:types": "tsc",
    "start": "fcl-bundle --watch",
    "lint": "eslint ."
  },
  "dependencies": {
    "@babel/runtime": "^7.25.7",
    "@onflow/config": "1.5.1",
    "@onflow/fcl-core": "1.13.1",
    "@onflow/fcl-wc": "5.5.1",
    "@onflow/interaction": "0.0.11",
    "@onflow/rlp": "1.2.3",
    "@blocto/flow-sdk": "1.5.5",
    "@onflow/types": "1.4.1",
    "@onflow/util-actor": "1.3.4",
    "@onflow/util-address": "1.2.3",
    "@onflow/util-invariant": "1.2.4",
    "@onflow/util-logger": "1.3.3",
    "@onflow/util-rpc": "0.0.2",
    "@onflow/util-semver": "1.0.3",
    "@onflow/util-template": "1.2.3",
    "@onflow/util-uid": "1.2.3",
    "@walletconnect/types": "^2.13.2",
    "abort-controller": "^3.0.0",
    "cross-fetch": "^4.0.0",
    "events": "^3.3.0",
    "sha3": "^2.1.4"
  }
}
