{ "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 ", "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", "mediumexporter": "github:xdamman/mediumexporter#v0.2.0", "r2": "^2.0.1", "webdav": "^2.10.0" } }