{
  "name": "@onflow/encode",
  "version": "0.0.8",
  "description": "Encoding utilities for Flow entities.",
  "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": {
    "transform": {
      ".js": "jest-esm-transformer"
    }
  },
  "devDependencies": {
    "deepmerge": "4.2.2",
    "jest": "25.3.0",
    "jest-esm-transformer": "1.0.0",
    "microbundle": "0.12.0-next.8"
  },
  "source": "src/encode.js",
  "main": "dist/encode.js",
  "module": "dist/encode.module.js",
  "unpkg": "dist/encode.umd.js",
  "scripts": {
    "prepublishOnly": "npm test && npm run build",
    "test": "jest",
    "build": "microbundle",
    "test:watch": "jest --watch",
    "start": "microbundle watch"
  },
  "dependencies": {
    "@onflow/rlp": "0.0.3"
  }
}
