init
All checks were successful
Pull request change / publish (pull_request) Successful in 11s

This commit is contained in:
2025-11-06 13:29:24 -07:00
parent 4065e17208
commit a60c0a0657
6 changed files with 48 additions and 1 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "interactor",
"version": "1.0.0",
"description": "Cross-element communications and state management utility.",
"author": "Bryce Thorup",
"type": "module",
"main": "index.js"
}