Initial Commit

This commit is contained in:
2026-04-12 20:41:43 -07:00
commit 4cd0d8c589
30 changed files with 934 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "hyperpets",
"version": "0.1.0",
"description": "Animated pet companions for Hyper terminal panes.",
"main": "index.js",
"license": "MIT",
"keywords": [
"hyper",
"hyper-plugin",
"terminal",
"pets"
]
}