Files
interactor/package.json
Bryce Thorup 5c7cf36cf3
All checks were successful
Pull request change / publish (pull_request) Successful in 10s
version bump
2025-11-06 15:53:51 -07:00

12 lines
251 B
JSON

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