Files
interactor/package.json
Bryce Thorup 665dd28f93
Some checks failed
Pull request change / publish (pull_request) Failing after 9s
remove indirect ref
2025-11-06 14:56:46 -07:00

12 lines
251 B
JSON

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