forked from RichStone/crosspost-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "crosspost",
"version": "1.1.4",
"description": "CrossPost allows you to write your articles in markdown once and push publish them on different platforms like webflow, dev.to, GitHub & more in one go!",
"main": "index.js",
"bin": {
"crosspost": "./index.js"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"CLI",
"Webflow",
"Cross Post",
"Blog",
"dev.to",
"content",
"writing",
"integration"
],
"author": {
"name": "Richard Steinmetz",
"email": "[email protected]",
"url": "https://fullstack.coach"
},
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"commander": "^5.1.0",
"configstore": "^5.0.1",
"figlet": "^1.4.0",
"get-title-markdown": "^2.0.1",
"inquirer": "^7.3.1",
"node-html-parser": "^1.2.20",
"showdown": "^1.9.1",
"slugify": "^1.4.4",
"valid-url": "^1.0.9",
"webflow-api": "^0.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/RichStone/crosspost-markdown.git"
},
"bugs": {
"url": "https://github.com/RichStone/crosspost-markdown/issues",
"email": "[email protected]"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.1.1"
}
}