diff options
| author | Scott Lawrence <scott+git@ineffectivetheory.com> | 2025-03-19 21:23:32 -0600 |
|---|---|---|
| committer | Scott Lawrence <scott+git@ineffectivetheory.com> | 2025-03-19 21:23:32 -0600 |
| commit | bab7929215b3d5a1d66b43ee5b03ad767aa32374 (patch) | |
| tree | 0d945d2ffb6ed49ad8e6992d6ea8a0402bb47782 /claude-julia/package.json | |
| download | mini-bab7929215b3d5a1d66b43ee5b03ad767aa32374.tar.gz mini-bab7929215b3d5a1d66b43ee5b03ad767aa32374.tar.bz2 mini-bab7929215b3d5a1d66b43ee5b03ad767aa32374.zip | |
Initial commit
Diffstat (limited to 'claude-julia/package.json')
| -rw-r--r-- | claude-julia/package.json | 15 |
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" + } +} |
