{
  "name": "@effection/channel",
  "version": "2.0.6",
  "description": "MPMC Channel implementation for effection",
  "main": "dist-cjs/index.js",
  "module": "dist-esm/index.js",
  "types": "dist-esm/index.d.ts",
  "typeDocEntry": "src/index.ts",
  "sideEffects": false,
  "homepage": "https://frontside.com/effection",
  "repository": {
    "type": "git",
    "url": "https://github.com/thefrontside/effection.git",
    "directory": "packages/channel"
  },
  "author": "Frontside Engineering <engineering@frontside.io>",
  "license": "MIT",
  "files": [
    "README.md",
    "CHANGELOG.md",
    "dist-*/**/*",
    "src/**/*"
  ],
  "scripts": {
    "lint": "eslint '{src,tests}/**/*.ts'",
    "test": "mocha -r ts-node/register test/**/*.test.ts",
    "prepack": "tsc --build tsconfig.esm.json && tsc --build tsconfig.esm.json && tsc --build tsconfig.cjs.json",
    "mocha": "mocha -r ts-node/register"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "dependencies": {
    "@effection/core": "2.2.3",
    "@effection/events": "2.0.6",
    "@effection/stream": "2.0.6"
  }
}
