-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "mochawesome-json-to-md",
"version": "1.3.5",
"description": "A repository containing a script to convert JSON reports generated by MochAwesome to Mardown",
"main": "index.js",
"bin": {
"mochawesome-json-to-md": "./index.js"
},
"scripts": {
"eslint": "eslint --ext .js ./"
},
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/403-html/mochawesome-json-to-md.git"
},
"keywords": [
"mochawesome",
"json",
"md",
"markdown",
"reporting"
],
"author": "Tymoteusz Stępień",
"license": "MIT",
"bugs": {
"url": "https://github.com/htd-tstepien/mochawesome-json-to-md/issues"
},
"homepage": "https://github.com/htd-tstepien/mochawesome-json-to-md#readme",
"dependencies": {
"commander": "^11.1.0",
"mustache": "^4.2.0",
"winston": "^3.11.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.8.0",
"lefthook": "^1.5.2"
}
}