-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.16 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": "blofetcha",
"version": "1.0.0",
"description": "Site blobs fetcher and exception tracing.",
"main": "index.js",
"scripts": {
"start": "node ./index.js -a",
"test": "node ./index.js -g"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meganz/blofetcha.git"
},
"keywords": [
"blob",
"exception"
],
"browserslist": [
"Chrome > 99",
"Safari > 14",
"Firefox > 99"
],
"engines": {
"npm": ">=6.0.0",
"node": ">=12.22.0"
},
"author": "Diego Casorran",
"license": "MIT",
"private": true,
"bugs": {
"url": "https://github.com/meganz/blofetcha/issues"
},
"homepage": "https://github.com/meganz/blofetcha#readme",
"dependencies": {
"puppeteer": "5.3.1"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-no-unsanitized": "4.0.2",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-sonarjs": "0.25.0",
"eslint-plugin-unicorn": "51.0.1"
}
}