-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1013 Bytes
/
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
{
"name": "@jsenv/lighthouse-impact",
"version": "4.1.5",
"description": "Package description",
"license": "MIT",
"author": {
"name": "dmail",
"email": "[email protected]",
"url": "https://twitter.com/damienmaillard"
},
"repository": {
"type": "git",
"url": "https://github.com/jsenv/workflow",
"directory": "packages/lighthouse-impact"
},
"engines": {
"node": ">=16.13.0"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"exports": {
".": {
"import": "./src/main.js"
},
"./*": "./*"
},
"main": "./src/main.js",
"files": [
"/src/"
],
"scripts": {
"snapshot": "node ./tests/comment/generate_comment_snapshot_file.mjs",
"test": "node ./scripts/test.mjs"
},
"dependencies": {
"@jsenv/abort": "4.3.0",
"@jsenv/dynamic-import-worker": "1.2.1",
"@jsenv/filesystem": "4.10.2",
"@jsenv/github-pull-request-impact": "1.7.7",
"@jsenv/log": "3.5.2",
"lighthouse": "12.2.0"
}
}