initial commmit

This commit is contained in:
Geoffrey Huntley
2025-03-01 19:41:15 +11:00
commit 14b8886eee
55 changed files with 13458 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"dependencies": {
"@anthropic-ai/claude-code": "^0.2.29",
"open": "^10.1.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/node": "^22.13.8",
"@types/uuid": "^10.0.0"
}
}