{
  "name": "accordant",
  "version": "0.3.4",
  "keywords": [
    "Worker",
    "SharedWorker",
    "async",
    "bindings"
  ],
  "type": "module",
  "scripts": {
    "build": "rollup --config rollup.config.js"
  },
  "files": [
    "dist/*",
    "src/*",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    "./main": "./src/main.js",
    "./shared-worker": "./src/shared.js",
    "./transferable": "./src/transferable.js",
    "./worker": "./src/worker.js",
    "./package.json": "./package.json"
  },
  "author": "Andrea Giammarchi",
  "license": "MIT",
  "description": "One way shared/worker async bindings",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WebReflection/accordant.git"
  },
  "bugs": {
    "url": "https://github.com/WebReflection/accordant/issues"
  },
  "homepage": "https://github.com/WebReflection/accordant#readme",
  "dependencies": {
    "@webreflection/channel": "^0.2.0"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "rollup": "^4.30.1"
  }
}
