2016-11-13 23:11:49 +01:00
{
2023-07-10 02:55:58 +02:00
"name" : "@push.rocks/smartfm" ,
2025-01-24 02:03:07 +01:00
"version" : "2.1.1" ,
2018-08-27 02:01:18 +02:00
"private" : false ,
2025-01-24 02:03:07 +01:00
"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." ,
2025-01-23 14:35:06 +01:00
"exports" : {
"." : "./dist/index.js"
} ,
"type" : "module" ,
2016-11-13 23:11:49 +01:00
"scripts" : {
2018-08-27 02:01:18 +02:00
"test" : "(tstest test/)" ,
2025-01-23 14:35:06 +01:00
"build" : "tsbuild tsfolders --allowimplicitany" ,
"buildDocs" : "tsdoc"
2016-11-13 23:11:49 +01:00
} ,
"repository" : {
"type" : "git" ,
2025-01-23 14:35:06 +01:00
"url" : "git+https://code.foss.global/push.rocks/smartfm.git"
2016-11-13 23:11:49 +01:00
} ,
"keywords" : [
2025-01-24 02:03:07 +01:00
"frontmatter" ,
"markdown" ,
"text files" ,
"YAML" ,
"JSON" ,
"stringify" ,
"parse" ,
"commented sections" ,
"static site generator" ,
"CMS" ,
"content metadata" ,
"metadata management" ,
"gray-matter"
2016-11-13 23:11:49 +01:00
] ,
"author" : "Lossless GmbH" ,
"license" : "MIT" ,
"bugs" : {
2025-01-23 14:35:06 +01:00
"url" : "https://code.foss.global/push.rocks/smartfm/issues"
2016-11-13 23:11:49 +01:00
} ,
2025-01-23 14:35:06 +01:00
"homepage" : "https://code.foss.global/push.rocks/smartfm#readme" ,
2016-11-13 23:11:49 +01:00
"dependencies" : {
2019-09-04 14:13:42 +02:00
"gray-matter" : "^4.0.2"
2016-11-13 23:11:49 +01:00
} ,
"devDependencies" : {
2025-01-23 14:35:06 +01:00
"@git.zone/tsbuild" : "^2.1.17" ,
"@git.zone/tsrun" : "^1.2.8" ,
"@git.zone/tstest" : "^1.0.24" ,
"@push.rocks/tapbundle" : "^5.5.6" ,
2019-09-04 14:13:42 +02:00
"@types/node" : "^12.7.4"
} ,
"files" : [
2025-01-23 14:35:06 +01:00
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
"assets/**/*" ,
2019-09-04 14:13:42 +02:00
"cli.js" ,
"npmextra.json" ,
"readme.md"
]
2025-01-24 02:03:07 +01:00
}