blob: 12ff83f795d34b492d530859909bfe49bcefc5a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
}
}
|