We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b36fb commit ea72c91Copy full SHA for ea72c91
packages/core/package.json
@@ -2,6 +2,9 @@
2
"name": "@codspeed/core",
3
"version": "5.0.0",
4
"description": "The core Node library used to integrate with Codspeed runners",
5
+ "scripts": {
6
+ "install": "node-gyp-build"
7
+ },
8
"keywords": [
9
"codspeed",
10
"benchmark",
@@ -22,14 +25,14 @@
22
25
"devDependencies": {
23
26
"@types/find-up": "^4.0.0",
24
27
"node-addon-api": "^5.1.0",
- "node-gyp": "^9.3.1",
28
+ "node-gyp": "^11.4.2",
29
"openapi-typescript-codegen": "^0.23.0",
30
"prebuildify": "^6.0.1"
31
},
32
"dependencies": {
33
"axios": "^1.4.0",
34
"find-up": "^6.3.0",
35
"form-data": "^4.0.4",
- "node-gyp-build": "^4.6.0"
36
+ "node-gyp-build": "^4.8.4"
37
}
38
0 commit comments