UNPKG

@anycable/turbo-stream

Version:

AnyCable Client plugin to support Turbo Streams

36 lines (35 loc) 761 B
{ "name": "@anycable/turbo-stream", "version": "0.8.1", "description": "AnyCable Client plugin to support Turbo Streams", "engines": { "node": ">=8.3.0" }, "keywords": [ "anycable", "actioncable", "hotwire", "turbo" ], "homepage": "https://anycable.io/", "repository": "https://github.com/anycable/anycable-client", "author": "Vladimir Dementyev", "license": "MIT", "sideEffects": false, "main": "index.js", "type": "module", "types": "./index.d.ts", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "dependencies": { "@anycable/core": "^1.1.0" }, "peerDependencies": { "@hotwired/turbo": ">= 7.0" }, "devDependencies": { "@hotwired/turbo": ">= 7.0" } }