Files
smartfm/package.json
T

65 lines
1.5 KiB
JSON

{
"name": "@push.rocks/smartfm",
"version": "2.2.2",
"private": false,
"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.",
"exports": {
".": "./dist_ts/index.js"
},
"type": "module",
"scripts": {
"test": "tstest test/",
"format": "gitzone format",
"build": "tsbuild tsfolders",
"buildDocs": "tsdoc"
},
"repository": {
"type": "git",
"url": "git+https://code.foss.global/push.rocks/smartfm.git"
},
"keywords": [
"frontmatter",
"markdown",
"text files",
"YAML",
"JSON",
"stringify",
"parse",
"commented sections",
"static site generator",
"CMS",
"content metadata",
"metadata management",
"gray-matter"
],
"author": "Task Venture Capital GmbH <hello@task.vc>",
"license": "MIT",
"bugs": {
"url": "https://code.foss.global/push.rocks/smartfm/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartfm#readme",
"dependencies": {
"gray-matter": "^4.0.3"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
]
}