-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.12 KB
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
{
"name": "@blackfireio/node-tracing",
"version": "1.1.17",
"repository": {
"type": "git",
"url": "https://github.com/blackfireio/node-continuous-profiling"
},
"description": "Blackfire Continuous Profiler continuously collects and uploads profiling data to the Blackfire servers",
"main": "src/index.js",
"types": "src/index.d.ts",
"exports": {
".": {
"types": "./src/index.d.ts",
"import": "./src/index.js",
"require": "./src/index.js"
}
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "jest --no-cache --runInBand --forceExit --detectOpenHandles --coverage",
"test:types": "tsd"
},
"author": "blackfire.io",
"license": "MIT",
"dependencies": {
"axios": "^0.26.1",
"dd-trace": "^5.92.0",
"debug": "^4.3.3",
"form-data": "^4.0.0",
"winston": "^3.9.0",
"yarn": "^1.22.22"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.9.0",
"eslint": "^9.13.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"globals": "^15.11.0",
"jest": "^29.7.0",
"pprof-format": "^2.0.7",
"tsd": "^0.33.0"
}
}