Files
interactor/package.json
2025-11-06 15:00:18 -07:00

12 lines
251 B
JSON

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