-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 865 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 865 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
{
"name": "@codspeed/core",
"version": "5.2.0",
"description": "The core Node library used to integrate with Codspeed runners",
"keywords": [
"codspeed",
"benchmark",
"performance"
],
"files": [
"dist",
"prebuilds"
],
"main": "dist/index.cjs.js",
"module": "dist/index.es5.js",
"types": "dist/index.d.ts",
"gypfile": true,
"author": "Arthur Pastel <arthur@codspeed.io>",
"repository": "https://github.com/CodSpeedHQ/codspeed-node",
"homepage": "https://codspeed.io",
"license": "Apache-2.0",
"devDependencies": {
"@types/find-up": "^4.0.0",
"node-addon-api": "^5.1.0",
"node-gyp": "^9.3.1",
"openapi-typescript-codegen": "^0.23.0",
"prebuildify": "^5.0.1"
},
"dependencies": {
"axios": "^1.4.0",
"find-up": "^6.3.0",
"form-data": "^4.0.4",
"node-gyp-build": "^4.6.0"
}
}