Update package.json

This commit is contained in:
Saoud Rizwan 2024-07-19 02:08:18 -04:00
parent 81a7dc7acc
commit 62e72b9da4
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -34,7 +34,7 @@
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },
"engines": { "engines": {
"vscode": "^1.82.0" "vscode": "^1.84.0"
} }
}, },
"node_modules/@anthropic-ai/sdk": { "node_modules/@anthropic-ai/sdk": {

View File

@ -1,10 +1,10 @@
{ {
"name": "claude-dev", "name": "claude-dev",
"displayName": "Claude Dev", "displayName": "Claude Dev",
"description": "Claude Dev goes beyond simple code completion by reading & writing files, creating projects, and executing terminal commands with your permission.", "description": "Autonomous software engineer right in your IDE, capable of reading/writing files, executing commands, and more with your permission every step of the way.",
"version": "0.0.6", "version": "0.0.6",
"engines": { "engines": {
"vscode": "^1.82.0" "vscode": "^1.84.0"
}, },
"author": { "name": "Saoud Rizwan" }, "author": { "name": "Saoud Rizwan" },
"license": "MIT", "license": "MIT",