-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "convert-folder-contents-2-website",
"version": "1.0.0",
"description": "Recursivley traverse all the files and subfolders in a directory and produce a cohesive documentation website containing all of their contents",
"main": "index.js",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bgoonz/convert-folder-contents-2-website.git"
},
"keywords": [
"site",
"directory",
"search",
"folder",
"file",
"website",
"dirhtml"
],
"author": "Bryan Guner",
"license": "MIT",
"bugs": {
"url": "https://github.com/bgoonz/convert-folder-contents-2-website/issues"
},
"homepage": "https://github.com/bgoonz/convert-folder-contents-2-website#readme",
"dependencies": {
"@nodelib/fs.scandir": "^2.1.5",
"algoliasearch": "^4.10.2",
"cpy": "^8.1.2",
"file": "^0.2.2",
"i": "^0.3.6",
"js-dir-into-json": "^2.7.1",
"make-dir": "^3.1.0",
"npm": "^7.18.1",
"path-exists": "^4.0.0",
"puppeteer-core": "^10.0.0",
"rehype-parse": "^7.0.1",
"unist-util-visit": "^3.1.0",
"yargs": "^17.0.1"
}
}