check_package_json
Analyze package.json files to identify dependencies, scripts, and configurations. Supports multiple package managers and provides detailed insights for development workflows.
Instructions
Read and analyze package.json file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory | No | Directory containing package.json (default: current directory) |
Input Schema (JSON Schema)
{
"properties": {
"directory": {
"description": "Directory containing package.json (default: current directory)",
"type": "string"
}
},
"type": "object"
}