chore: add description field to package.json

Added a description field to provide project overview.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude 2025-10-20 18:58:07 +00:00
parent 7a7b3c6315
commit afc326190e
No known key found for this signature in database

View file

@ -1,6 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "opencode",
"description": "An innovative code analysis platform",
"private": true,
"type": "module",
"packageManager": "bun@1.3.0",