seance/package.json

24 lines
615 B
JSON
Raw Normal View History

2019-10-06 09:57:08 -04:00
{
"name": "seance",
2019-10-06 09:57:08 -04:00
"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",
2019-10-06 09:57:08 -04:00
"author": "Badri Sunderarajan <badrihippo@gmail.com>",
"license": "MIT",
"private": false,
"preferGlobal": true,
"bin": {
"seance": "index.js"
2019-10-06 09:57:08 -04:00
},
"dependencies": {
"@tryghost/admin-api": "^1.0.1",
2019-10-06 09:57:08 -04:00
"commander": "^3.0.2",
2019-12-19 07:20:24 -05:00
"dotenv": "^8.2.0",
2019-12-24 11:52:21 -05:00
"markdown": "^0.5.0",
"mediumexporter": "github:xdamman/mediumexporter#v0.2.0",
2019-12-19 07:20:24 -05:00
"r2": "^2.0.1",
"webdav": "^2.10.0"
2019-10-06 09:57:08 -04:00
}
}