diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-04-12 12:14:23 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-04-12 12:15:04 -0300 |
| commit | 0d2481ed8abdb084f5c10984181c2a7355d5208a (patch) | |
| tree | f039a8ef4def20bb8ac9202bdc85a94dfaec3dbb /package.json | |
| parent | 5fcd8ce38402c6623b57a5dc846c9786a24644f1 (diff) | |
upd8, etc: curated url validation, tidying modes, --format-urls
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 7aef341a..79fe4b53 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "#page-specs": "./src/page/index.js", "#quickstat": "./src/quickstat.js", "#node-utils": "./src/node-utils.js", + "#reformat-urls": "./src/reformat-urls.js", "#repl": "./src/write/build-modes/repl.js", "#replacer": "./src/replacer.js", "#reverse": "./src/reverse.js", @@ -72,6 +73,7 @@ "js-yaml": "4.1.1", "marked": "17.0.5", "msgpackr": "1.11.9", + "replace-in-file": "8.4.0", "rimraf": "6.1.3", "striptags": "4.0.0-alpha.4", "word-count": "0.3.1", |