feat: add npmPackages

This commit is contained in:
ShareVB 2024-07-12 22:14:46 +02:00
parent c2e55b1a3f
commit 5441b2663a
43 changed files with 43 additions and 0 deletions

View file

@ -11,4 +11,5 @@ export const tool = defineTool({
component: () => import('./toml-to-json.vue'),
icon: BracketIcon,
createdAt: new Date('2023-06-23'),
npmPackages: ['yaml', 'iarna-toml-esm'],
});