seance/package.json
Hippo f31cc73cc8 Give .js files more descriptive names
This is in preparation for setting up the server! ;-)
2020-05-05 18:01:34 +05:30

28 lines
731 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": "cli.js"
},
"dependencies": {
"@tryghost/admin-api": "^1.0.1",
"commander": "^3.0.2",
"convict": "^5.2.0",
"dotenv": "^8.2.0",
"js-yaml": "^3.13.1",
"markdown": "^0.5.0",
"mediumexporter": "github:badrihippo/mediumexporter#seance-latest",
"prompt-async": "^0.9.9",
"r2": "^2.0.1",
"rembrandt": "^0.1.3",
"webdav": "^2.10.0"
}
}