{
  "name": "@virtualstate/union",
  "version": "2.48.1",
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "type": "module",
  "sideEffects": false,
  "description": "Concurrent union",
  "gitHead": "7532c261c8cca3123259480fab16693d1b760fb0",
  "license": "MIT",
  "keywords": [
    "virtual-state",
    "vsx",
    "concurrent-union",
    "union",
    "async-iterable",
    "async-iterator",
    "iterable",
    "iterator"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/virtualstate/x.git"
  },
  "bugs": {
    "url": "https://github.com/virtualstate/x/issues"
  },
  "homepage": "https://github.com/virtualstate/x#readme",
  "author": "Fabian Cook <hello@fabiancook.dev>",
  "scripts": {
    "test": "yarn jest",
    "clean": "rm -rf lib && rm tsconfig.tsbuildinfo"
  }
}
