-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 751 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 751 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
{
"name": "mocha-reporter-spec-with-retries",
"version": "1.0.0",
"description": "Mocha's spec reporter with retried test information.",
"main": "src/index.js",
"files": [
"src"
],
"keywords": [
"mocha",
"reporter",
"retries",
"spec"
],
"repository": {
"type": "git",
"url": "git+https://github.com/miherlosev/mocha-reporter-spec-with-retries"
},
"devDependencies": {
"@testcafe/publish-please": "^5.6.0",
"gulp": "^4.0.2",
"gulp-eslint": "^5.0.0",
"gulp-mocha-simple": "^2.0.0"
},
"peerDependencies": {
"mocha": "^10.2.0"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"publish-please": "publish-please",
"prepublishOnly": "publish-please guard"
}
}