{
  "name": "@effection/subscription",
  "version": "2.0.6",
  "description": "Effection Subscriptions",
  "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/subscription"
  },
  "author": "Frontside Engineering <engineering@frontside.com>",
  "license": "MIT",
  "files": [
    "README.md",
    "CHANGELOG.md",
    "dist-*/**/*",
    "src/**/*"
  ],
  "scripts": {
    "lint": "eslint '{src,tests}/**/*.ts'",
    "test": "mocha -r ts-node/register --timeout 5000 test/**/*.test.ts",
    "prepack": "tsc --build tsconfig.esm.json && tsc --build tsconfig.cjs.json",
    "mocha": "mocha -r ts-node/register"
  },
  "dependencies": {
    "@effection/core": "2.2.3"
  },
  "volta": {
    "extends": "../../package.json"
  }
}
