-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 867 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
{
"name": "dynatrace-activegate",
"version": "0.1.0",
"bin": {
"dynatrace-activegate": "bin/dynatrace-activegate.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"aws-cdk": "^2.100.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"jest-cucumber": "^3.0.1",
"prettier": "^2.8.8",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "~4.9.4"
},
"dependencies": {
"@aws-cdk/assertions": "^1.201.0",
"aws-cdk-lib": "^2.83.1",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
}