Detect AdonisJS version
detect_versionCheck an AdonisJS project's package.json to identify its major version (v4–v7), related packages, and matching docs source.
Instructions
Reads the project's package.json and reports the AdonisJS major version (v4–v7), related packages (Lucid, Edge, ...), and the matching docs source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the AdonisJS project root (or its package.json). |