forked from p-balu/ghore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.27 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
56
57
58
{
"name": "ghore",
"version": "1.0.4",
"bin": {
"ghore": "cli.js"
},
"oclif": {
"commands": "./src/commands",
"bin": "ghore",
"plugins": [
"@oclif/plugin-help"
]
},
"description": "\"An offline package which gives you a preview of Github markdown before commiting\"",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"preview": "oclif preview",
"test": "oclif preview"
},
"author": "Balachander Palepu",
"license": "MIT",
"dependencies": {
"@oclif/core": "^3.25.2",
"@wooorm/starry-night": "^3.2.0",
"chokidar": "^3.5.3",
"cmark-gfm": "^0.9.0",
"express": "^4.18.2",
"hast-util-to-html": "^9.0.0",
"http": "^0.0.1-security",
"jsdom": "^24.0.0",
"mermaid": "^10.7.0",
"node": "^21.2.0",
"nodemon": "^3.1.0",
"path": "^0.12.7",
"socket.io": "^4.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/p-balu/ghore.git"
},
"keywords": [
"markdown",
"markdown-preview",
"grip",
"git",
"ghore",
"git-markdown",
"md-preview",
"md-html",
"md-to-html"
],
"bugs": {
"url": "https://github.com/p-balu/ghore/issues"
},
"homepage": "https://github.com/p-balu/ghore#readme",
"devDependencies": {}
}