-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 822 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 822 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
{
"name": "ff-test-bidi-har-export",
"version": "0.0.22",
"description": "Experimental helper to export HAR files from WebDriverBiDi network events",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firefox-devtools/bidi-har-export.git"
},
"author": "jdescottes@mozilla.com",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/firefox-devtools/bidi-har-export/issues"
},
"homepage": "https://github.com/firefox-devtools/bidi-har-export#readme",
"devDependencies": {
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jest": "^29.12.1",
"globals": "^17.1.0",
"jest": "30.2.0",
"prettier": "3.7.4"
}
}