forked from Dynatrace/serverless-oneagent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.27 KB
/
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
51
52
53
54
55
56
57
58
{
"name": "@dynatrace/serverless-oneagent",
"version": "1.0.7",
"description": "Dynatrace OneAgent serverless framework plugin",
"repository": "https://github.com/Dynatrace/serverless-oneagent",
"homepage": "https://github.com/Dynatrace/serverless-oneagent",
"bugs": {
"url": "https://github.com/Dynatrace/serverless-oneagent/issues"
},
"main": "dist",
"scripts": {
"prepare": "rimraf dist/* && tsc"
},
"author": "Dynatrace",
"license": "MIT",
"devDependencies": {
"@dynatrace/serverless-oneagent": "file:.",
"@types/lodash": "^4.14.116",
"@types/node": "10.9.4",
"@types/npm": "^2.0.29",
"rimraf": "^2.6.2",
"serverless": "^1.32.0",
"serverless-offline": "^3.25.15",
"serverless-webpack": "^5.2.0",
"tslint": "^5.11.0",
"typescript": "^3.0.3",
"webpack": "^4.20.2"
},
"dependencies": {
"lodash": "^4.17.11",
"npm": "^6.4.1"
},
"engines": {
"node": ">=8",
"npm": ">=2"
},
"keywords": [
"dynatrace",
"node.js",
"oneagent",
"performance",
"monitoring",
"cloudfoundry",
"heroku",
"bluemix",
"ruxit",
"paas",
"pivotal",
"hp helion",
"atos",
"ge predix",
"lambda",
"aws",
"serverless",
"serverless-webpack",
"webpack"
]
}