{
  "name": "@onflow/fcl-core",
  "version": "1.30.3",
  "description": "Core JavaScript/TypeScript library providing shared functionality for Flow blockchain interactions.",
  "license": "Apache-2.0",
  "author": "Flow Foundation",
  "homepage": "https://flow.com",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/onflow/fcl-js.git"
  },
  "bugs": {
    "url": "https://github.com/onflow/fcl-js/issues"
  },
  "jest": {
    "testEnvironment": "jsdom",
    "globals": {
      "PACKAGE_CURRENT_VERSION": "TESTVERSION"
    }
  },
  "devDependencies": {
    "@onflow/fcl-bundle": "1.7.1",
    "@onflow/typedefs": "1.8.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-core.ts",
  "main": "dist/fcl-core.js",
  "module": "dist/fcl-core.module.js",
  "unpkg": "dist/fcl-core.umd.min.js",
  "types": "types/fcl-core.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 --project ./tsconfig-web.json && tsc --noResolve --project ./tsconfig-react-native.json",
    "start": "fcl-bundle --watch",
    "lint": "eslint ."
  },
  "dependencies": {
    "@babel/runtime": "^7.25.7",
    "@improbable-eng/grpc-web": "^0.15.0",
    "@onflow/config": "1.11.1",
    "@onflow/interaction": "0.0.11",
    "@onflow/rlp": "1.2.4",
    "@onflow/sdk": "1.13.7",
    "@onflow/transport-http": "1.15.6",
    "@onflow/types": "1.5.0",
    "@onflow/util-actor": "1.3.5",
    "@onflow/util-address": "1.2.4",
    "@onflow/util-invariant": "1.2.5",
    "@onflow/util-logger": "1.3.4",
    "@onflow/util-semver": "1.0.4",
    "@onflow/util-template": "1.2.4",
    "@onflow/util-uid": "1.2.4",
    "abort-controller": "^3.0.0",
    "cross-fetch": "^4.0.0",
    "uuid": "^11.1.0"
  }
}
