-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
26 lines (26 loc) · 868 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
{
"name": "poc-sync-markdown-with-confluence",
"version": "1.0.0",
"description": "Proof of concept project aimed at enabling the automatic synchronization of Markdown files with Confluence",
"main": "index.js",
"private": true,
"scripts": {
"publish": "cosmere",
"lint": "markdownlint pages/**/*.md",
"lint:fix": "markdownlint --fix pages/**/*.md && markdownlint --fix README.md --disable MD013"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UlisesGascon/poc-sync-markdown-with-confluence.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/UlisesGascon/poc-sync-markdown-with-confluence/issues"
},
"homepage": "https://github.com/UlisesGascon/poc-sync-markdown-with-confluence#readme",
"dependencies": {
"cosmere": "0.17.2",
"markdownlint-cli": "0.35.0"
}
}