aboutsummaryrefslogtreecommitdiffstats
path: root/claude-julia/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'claude-julia/package.json')
-rw-r--r--claude-julia/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/claude-julia/package.json b/claude-julia/package.json
new file mode 100644
index 0000000..12ff83f
--- /dev/null
+++ b/claude-julia/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "claude-julia",
+ "version": "1.0.0",
+ "description": "AI-driven Julia optimization advice",
+ "license": "ISC",
+ "author": "Scott Lawrence",
+ "type": "commonjs",
+ "main": "server.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "dependencies": {
+ "@anthropic-ai/sdk": "^0.39.0"
+ }
+}