add a 'meta' module to extract information from package.json

This commit is contained in:
Jacob Overgaard
2023-12-19 09:10:27 +01:00
parent 1ce4715595
commit 390b095231

View File

@@ -29,6 +29,7 @@ export * from './extension-registry/index.js';
export * from './id/index.js';
export * from './macro/index.js';
export * from './menu/index.js';
export * from './meta/index.js';
export * from './modal/index.js';
export * from './notification/index.js';
export * from './picker-input/index.js';