2019-10-06 09:57:08 -04:00
|
|
|
{
|
2019-12-10 07:48:13 -05: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",
|
2019-12-10 07:48:13 -05:00
|
|
|
"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": {
|
2019-12-10 07:48:13 -05:00
|
|
|
"seance": "index.js"
|
2019-10-06 09:57:08 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-12-24 10:22:55 -05:00
|
|
|
"@tryghost/admin-api": "^1.0.1",
|
2019-10-06 09:57:08 -04:00
|
|
|
"commander": "^3.0.2",
|
2020-04-24 12:50:18 -04:00
|
|
|
"convict": "^5.2.0",
|
2019-12-19 07:20:24 -05:00
|
|
|
"dotenv": "^8.2.0",
|
2019-12-24 11:52:21 -05:00
|
|
|
"markdown": "^0.5.0",
|
2020-01-11 06:08:53 -05:00
|
|
|
"mediumexporter": "github:badrihippo/mediumexporter#seance-latest",
|
2019-12-19 07:20:24 -05:00
|
|
|
"r2": "^2.0.1",
|
2020-01-01 11:01:13 -05:00
|
|
|
"rembrandt": "^0.1.3",
|
2019-12-19 07:20:24 -05:00
|
|
|
"webdav": "^2.10.0"
|
2019-10-06 09:57:08 -04:00
|
|
|
}
|
|
|
|
}
|