-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 886 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 886 Bytes
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
{
"name": "mdtoweb-cli",
"version": "1.0.39",
"description": "md to web",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osmn-byhn/mdToWeb.git"
},
"bin": {
"mdtoweb": "./bin/cli.js"
},
"files": [
"bin/",
"index.js",
"consts/templates/",
"consts/components/",
"consts/",
"assets/",
"services/"
],
"keywords": [
"md",
"web",
"markdown",
"html",
"mdx",
"cli"
],
"author": "Osman Beyhan",
"license": "ISC",
"bugs": {
"url": "https://github.com/osmn-byhn/mdToWeb/issues"
},
"homepage": "https://mdtoweb.osmanbeyhan.com/",
"dependencies": {
"fs": "^0.0.1-security",
"inquirer": "^12.3.3",
"js-beautify": "^1.15.1",
"jsdom": "^26.0.0"
},
"type": "module"
}