UNPKG

835 BJSONView Raw
1{
2 "name": "gatsby-source-medium-backup",
3 "version": "0.0.10",
4 "description": "Gatsby plugin to import your medium posts from a backup as markdown files.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "build": "echo \"No build script setup\"",
9 "develop": "cd example && gatsby develop"
10 },
11 "homepage": "https://github.com/eugenehp/gatsby-source-medium-backup#readme",
12 "keywords": [
13 "gatsby",
14 "gatsby-plugin",
15 "source",
16 "medium",
17 "reactivelions"
18 ],
19 "author": "Eugene Hauptmann <eugene.hp2012@gmail.com>",
20 "license": "MIT",
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/eugenehp/gatsby-source-medium-backup.git"
24 },
25 "dependencies": {
26 "cheerio": "*",
27 "turndown": "^7.0.0",
28 "unzipper": "^0.10.11"
29 }
30}