cmsetlbbq/package.json

21 lines
456 B
JSON

{
"name": "mycrobe",
"version": "1.0.0",
"description": "environment for node scripts, lazily",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@github-docs/frontmatter": "^1.3.1",
"dompurify": "^3.0.5",
"html-to-text": "^9.0.5",
"jsdom": "^22.1.0",
"luxon": "^3.3.0",
"minimist": "^1.2.8",
"rss": "^1.2.2"
}
}