seance/package.json
Hippo dd79830afd Replace scissors with section-break and don't upload the image
Some publications, including Snipette, use an image in place of
section breaks. These images should be filtered out for Ghost and
replaced with a linebreak ('---') because the image will be added
later via CSS or something. Also, this means we don't have to
unnecessarily re-upload the pics multiple times and for mulitple
posts
2020-01-01 21:33:31 +05:30

24 lines
679 B
JSON

{
"name": "seance",
"version": "1.0.0-dev",
"description": "pull posts from Medium.com and add them to a Ghost blog",
"main": "index.js",
"repository": "https://gitlab.com/snipettemag.com/seance",
"author": "Badri Sunderarajan <badrihippo@gmail.com>",
"license": "MIT",
"private": false,
"preferGlobal": true,
"bin": {
"seance": "index.js"
},
"dependencies": {
"@tryghost/admin-api": "^1.0.1",
"commander": "^3.0.2",
"dotenv": "^8.2.0",
"markdown": "^0.5.0",
"mediumexporter": "github:badrihippo/mediumexporter#9800098576785a61602b4993770f7e7a2cf1d639",
"r2": "^2.0.1",
"rembrandt": "^0.1.3",
"webdav": "^2.10.0"
}
}