Rename index to app, update deps, tweak config

This commit is contained in:
Will Boyd
2025-03-07 10:52:21 -05:00
parent 6562b60b5c
commit 89b12cdd96
5 changed files with 20 additions and 23 deletions
+7 -7
View File
@@ -10,16 +10,16 @@
"license": "MIT",
"dependencies": {
"@guyplusplus/turndown-plugin-gfm": "^1.0.7",
"@inquirer/prompts": "^7.2.3",
"axios": "^1.7.9",
"@inquirer/prompts": "^7.3.2",
"axios": "^1.8.2",
"chalk": "^5.4.1",
"commander": "^13.0.0",
"commander": "^13.1.0",
"luxon": "^3.5.0",
"turndown": "^7.2.0",
"xml2js": "^0.6.2"
},
"bin": {
"wordpress-export-to-markdown": "index.js"
"wordpress-export-to-markdown": "app.js"
},
"engines": {
"node": ">= 18.0.0"
@@ -370,9 +370,9 @@
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
"node_modules/axios": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz",
"integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==",
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
"integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",