-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "docable",
"version": "0.5.0",
"description": "CI for documentation. Running documentation.",
"bin": "index.js",
"main": "index.js",
"scripts": {
"test": "jest --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ottomatica/docable.git"
},
"keywords": [
"documentation",
"CI"
],
"author": "ottomatica",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ottomatica/docable/issues"
},
"homepage": "https://github.com/ottomatica/docable#readme",
"dependencies": {
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"diff": "^4.0.2",
"got": "^11.7.0",
"highlight.js": "^10.4.1",
"infra.connectors": "git+https://git@github.com/ottomatica/infra.connectors.git",
"js-yaml": "^3.14.0",
"json5": "^2.1.3",
"lodash": "^4.17.21",
"marked": "^1.2.0",
"md5": "^2.3.0",
"mustache": "^4.0.1",
"simple-git": "^2.20.1",
"slash": "^3.0.0",
"sudo-prompt": "^9.2.1",
"uuid": "^8.3.0",
"yargs": "^15.4.1"
},
"devDependencies": {
"jest": "^26.6.3"
}
}