-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "readme2confluence",
"version": "1.0.9",
"description": "Publish a markdown file to confluent cloud",
"main": "lib/index.js",
"bin": {
"readme2confluence": "./lib/index.js"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc",
"postpublish": "readme2confluence"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alsiola/readme2confluence.git"
},
"author": "Alex Young",
"license": "ISC",
"bugs": {
"url": "https://github.com/alsiola/readme2confluence/issues"
},
"homepage": "https://github.com/alsiola/readme2confluence#readme",
"dependencies": {
"axios": "^0.18.0",
"commander": "^2.19.0",
"fs-extra": "^7.0.0",
"marked": "^0.5.1"
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/fs-extra": "^5.0.4",
"@types/marked": "^0.4.2",
"@types/node": "^10.12.0",
"readme2confluence": "^1.0.5",
"typescript": "^3.1.3"
}
}