{
  "name": "@dimensiondev/onflow-fcl",
  "version": "0.0.78-alpha.8",
  "description": "Flow Client Library",
  "license": "Apache-2.0",
  "author": "Dapper Labs <dev@dapperlabs.com>",
  "homepage": "https://onflow.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/DimensionDev/fcl-js.git"
  },
  "bugs": {
    "url": "https://github.com/DimensionDev/fcl-js/issues"
  },
  "jest": {
    "transform": {
      ".js": "jest-esm-transformer"
    }
  },
  "devDependencies": {
    "jest": "^27.0.6",
    "jest-esm-transformer": "1.0.0",
    "microbundle": "^0.13.3"
  },
  "source": "src/fcl.js",
  "main": "dist/fcl.js",
  "module": "dist/fcl.module.js",
  "unpkg": "dist/fcl.umd.js",
  "scripts": {
    "pain": "npm publish --tag pain",
    "alpha": "npm publish --tag alpha",
    "prepublishOnly": "npm install && npm test && npm run build",
    "test": "jest",
    "build": "microbundle",
    "test:watch": "jest --watch",
    "start": "microbundle watch"
  },
  "dependencies": {
    "@dimensiondev/onflow-sdk": "^0.0.56-alpha.1",
    "@onflow/interaction": "0.0.11",
    "@onflow/rlp": "0.0.3",
    "@onflow/types": "0.0.6",
    "@onflow/util-actor": "0.0.2",
    "@onflow/util-address": "0.0.0",
    "@onflow/util-invariant": "0.0.0",
    "@onflow/util-template": "0.0.1",
    "@onflow/util-uid": "0.0.1"
  }
}
