Add Markdown dns checking, and persistant logging

This commit is contained in:
2025-04-29 17:45:00 -07:00
parent ba95f2bd1d
commit bf943ec5d4
3 changed files with 44 additions and 10 deletions

View File

@ -3,7 +3,8 @@
"version": "1.0.5",
"main": "index.js",
"scripts": {
"test": "node index.js"
"test": "node index.js",
"run": "node index.js"
},
"keywords": [],
"author": "Sophia Atkinson",
@ -11,6 +12,7 @@
"description": "",
"dependencies": {
"axios": "^1.9.0",
"dns": "^0.2.2",
"fs": "^0.0.1-security",
"path": "^0.12.7"
}