smartfm/ts/00_commitinfo_data.ts

9 lines
343 B
TypeScript
Raw Normal View History

/**
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/smartfm',
version: '2.2.1',
description: 'A Node.js module for handling and processing frontmatter in markdown and text files, leveraging the gray-matter library for parsing and stringifying YAML or JSON formatted frontmatter.'
}