-
-
Notifications
You must be signed in to change notification settings - Fork 314
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 682 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "@react-docgen-internal/benchmark",
"version": "0.0.0",
"private": true,
"description": "Generate benchmarks for react-docgen",
"scripts": {
"setup": "rm -rf ./suites/react-bootstrap/ && git clone --depth=1 --branch=v2.7.0 https://github.com/react-bootstrap/react-bootstrap.git ./suites/react-bootstrap/",
"start": "node --expose-gc ./index.mjs",
"debug": "node --inspect-brk --expose-gc ./index.mjs"
},
"license": "MIT",
"dependencies": {
"benchmark": "2.1.4",
"cli-table": "0.3.11",
"fast-glob": "3.3.2",
"microtime": "3.1.1",
"react-docgen5": "npm:react-docgen@5.4.3",
"react-docgen6": "npm:react-docgen@6.0.0"
}
}