-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
executable file
·50 lines (50 loc) · 978 Bytes
/
package.json
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
46
47
48
49
50
{
"name": "@dynatrace/oneagent",
"version": "1.303.62-1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Dynatrace/agent-nodejs.git"
},
"homepage": "https://www.dynatrace.com/technologies/nodejs-monitoring/",
"bugs": {
"url": "https://github.com/Dynatrace/agent-nodejs/issues"
},
"description": "Dynatrace Node.js OneAgent for PaaS environments",
"keywords": [
"dynatrace",
"node.js",
"oneagent",
"performance",
"monitoring",
"paas"
],
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"prepublishOnly": "npm test",
"test": "mocha"
},
"author": "Dynatrace",
"devDependencies": {
"chai": "4.5.0",
"jshint": "^2.13.6",
"mocha": "^10.7.3",
"sinon": "^18.0.1"
},
"dependencies": {
"@dynatrace/oneagent-dependency": "1.303.62",
"debug": "^4.3.7"
},
"engines": {
"node": ">=12",
"npm": ">=5"
},
"Dynatrace": {
"Features": {
"DtLambdaHandler": "false"
}
}
}