Framework
ProjectMetadata
Project metadata stored in robo.json.
Core information about the Robo project itself.
| Property | Type | Description |
|---|
buildHash | string | Hash for cache invalidation |
buildTime | string | When this manifest was generated (ISO 8601) |
language | "javascript" | "typescript" | Source language: typescript or javascript |
mode | string | Which mode this manifest is for (supports custom modes like 'beta', 'staging', etc.) |
name | string | Project name from package.json |
roboVersion | string | Robo.js version used to build |
version | string | Project version |