XpmLiquidSubstitutionsVariables.package property
The package metadata exposed to Liquid templates.
Signature
package?: any;
Remarks
Contains the entire package.json content, allowing templates to access package name, version, description, dependencies, and xpack-specific metadata.
Common template patterns:
{{ package.name }}: Package name for generated files.{{ package.version }}: Version string for documentation.{{ package.xpack.properties.key }}: Access xpack properties.
Undefined when processing templates outside of a package context.
Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.