Files
interactor/package.json
Bryce Thorup e026dcdb15
Some checks failed
Pull request change / publish (pull_request) Failing after 10s
stream ver up
2025-11-06 14:55:53 -07:00

12 lines
246 B
JSON

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