-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.1 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": "performance-lab",
"version": "2.4.0",
"description": "Performance tests for Handsontable",
"main": "./lib/cli.js",
"bin": "./bin/hot-perf",
"private": true,
"devDependencies": {
"@angular/benchpress": "^0.3.0",
"@hapi/hapi": "^19.2.0",
"@hapi/inert": "^6.0.1",
"@hapi/vision": "^6.0.0",
"axios": "^0.19.2",
"caporal": "^1.4.0",
"chromedriver": "^117.0.3",
"fs-extra": "^9.0.1",
"handlebars": "^4.7.6",
"mongodb": "^3.6.0",
"prettier": "3.0.3",
"protractor": "^7.0.0",
"rxjs": "^7.8.1",
"semver": "^7.3.2"
},
"scripts": {
"start": "./bin/hot-perf run",
"serve": "./bin/hot-perf local-server benchmark-viewer",
"postinstall": "chmod +x bin/hot-perf"
},
"repository": {
"type": "git",
"url": "https://github.com/handsontable/performance-lab.git"
},
"keywords": [
"performance",
"test",
"handsontable"
],
"author": "Handsoncode <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/handsontable/performance-lab/issues"
},
"engines": {
"node": ">=11"
}
}