-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 937 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 937 Bytes
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
{
"name": "@codspeed/benchmark.js-plugin",
"version": "5.2.0",
"description": "Benchmark.js compatibility layer for CodSpeed",
"keywords": [
"codspeed",
"benchmark",
"benchmark.js",
"performance"
],
"main": "dist/index.cjs.js",
"module": "dist/index.es5.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"author": "Arthur Pastel <arthur@codspeed.io>",
"repository": "https://github.com/CodSpeedHQ/codspeed-node",
"homepage": "https://codspeed.io",
"license": "Apache-2.0",
"devDependencies": {
"@babel/preset-env": "^7.22.5",
"@types/benchmark": "^2.1.2",
"@types/lodash": "^4.14.195",
"@types/stack-trace": "^0.0.30",
"benchmark": "^2.1.4",
"jest-mock-extended": "^3.0.4"
},
"dependencies": {
"@codspeed/core": "workspace:^5.2.0",
"lodash": "^4.17.10",
"stack-trace": "1.0.0-pre2"
},
"peerDependencies": {
"benchmark": "^2.1.0"
}
}