Files
interactor/package.json
Bryce Thorup f463dec7f1
All checks were successful
Pull request change / publish (pull_request) Successful in 11s
make scoped
2025-11-07 13:59:07 -07:00

12 lines
277 B
JSON

{
"name": "@brycethorup/interactor",
"version": "1.1.4",
"description": "Cross-element communications and state management utility.",
"author": "Bryce Thorup",
"type": "module",
"main": "interactor.js",
"dependencies": {
"@brycethorup/stream": "^1.0.1"
}
}