-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.03 KB
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
{
"name": "supportbundle-hack-docs",
"version": "1.0.0",
"description": "supportbundle docs hacks",
"main": "build/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/replicatedcom/support-bundle.git"
},
"keywords": [
"lol"
],
"author": "replicated",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/replicatedcom/support-bundle/issues"
},
"homepage": "https://github.com/replicatedcom/support-bundle#readme",
"dependencies": {
"chalk": "^2.3.0",
"js-yaml": "^3.13.1",
"jsonschema-md": "^0.2.1",
"lodash": "^4.17.5",
"tmp": "^0.0.33",
"ts-node": "^4.1.0",
"tv4": "^1.3.0",
"yargs": "^12.0.2"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/lodash": "^4.14.92",
"@types/mocha": "^5.2.5",
"@types/node": "^10.1.2",
"@types/tv4": "^1.2.28",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"mocha-typescript": "^1.1.17",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
}
}