2018-10-14 18:46:24 -04:00
|
|
|
{
|
|
|
|
|
"name": "wp-to-gatsby-md",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
2018-10-25 17:09:16 -04:00
|
|
|
"description": "Converts a WordPress export XML file into Markdown files.",
|
2018-10-14 18:46:24 -04:00
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"author": "Will Boyd <will@codersblock.com> (https://codersblock.com)",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
2018-10-16 18:47:06 -04:00
|
|
|
"node": ">= 10.12.0"
|
2018-10-14 18:46:24 -04:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"luxon": "^1.4.3",
|
|
|
|
|
"minimist": "^1.2.0",
|
2018-10-16 18:47:06 -04:00
|
|
|
"request": "^2.88.0",
|
2018-10-21 18:09:26 -04:00
|
|
|
"turndown": "^5.0.1",
|
2018-10-14 18:46:24 -04:00
|
|
|
"xml2js": "^0.4.19"
|
|
|
|
|
}
|
|
|
|
|
}
|