-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.08 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
47
48
49
50
51
52
53
54
55
{
"name": "pfreak",
"description": "pFreak is a unit-level 2-in-1 JavaScript benchmarking and testing framework.",
"version": "0.3.3",
"main": "main.js",
"type": "module",
"bin": {
"pfreak": "./bin/cli.js"
},
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/dumijay/pfreak.git"
},
"keywords": [
"benchmark",
"test",
"javascript",
"UI",
"UX",
"library",
"performance",
"testing",
"assert",
"unit benchmarking",
"unit testing",
"framework",
"headless",
"puppeteer",
"webdriver",
"frontend",
"jest",
"mocha",
"chai",
"node",
"js",
"devtools",
"developer tools",
"profiling",
"lighthouse"
],
"author": "Dumi Jay",
"license": "MIT",
"bugs": {
"url": "https://github.com/dumijay/pfreak/issues"
},
"homepage": "https://github.com/dumijay/pfreak#readme",
"dependencies": {
"devtools-timeline-model": "^1.4.0",
"http-server": "^0.12.3",
"puppeteer": "^9.1.1",
"timeline-viewer": "ChromeDevTools/timeline-viewer"
}
}