-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 929 Bytes
/
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
{
"name": "crossposting",
"version": "0.0.4",
"description": "Cross post a blog to multiple websites",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iwaduarte/cross-post.git"
},
"author": "Iwá Duarte",
"license": "MIT",
"bugs": {
"url": "https://github.com/iwaduarte/cross-post/issues"
},
"homepage": "https://github.com/iwaduarte/cross-post#readme",
"dependencies": {
"axios": "^0.21.4",
"chalk": "^4.1.0",
"clui": "^0.3.6",
"commander": "^9.0.0",
"conf": "^9.0.2",
"front-matter": "^4.0.2",
"inquirer": "^8.2.0",
"joplin-turndown-plugin-gfm": "^1.0.12",
"jsdom": "^16.5.1",
"turndown": "^7.1.1"
},
"bin": {
"crosspost": "index.js",
"cpt": "index.js"
},
"files": [
"index.js",
"src"
],
"devDependencies": {
"prettier": "^3.0.3"
}
}