-
Notifications
You must be signed in to change notification settings - Fork 282
/
Copy pathpackage.json
96 lines (96 loc) · 3.28 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "instance-scheduler-on-aws",
"description": "Instance Scheduler on AWS (SO0030)",
"scripts": {
"build": "npx projen build",
"bundle": "npx projen bundle",
"clobber": "npx projen clobber",
"compile": "npx projen compile",
"default": "npx projen default",
"deploy": "npx projen deploy",
"destroy": "npx projen destroy",
"diff": "npx projen diff",
"e2e-tests": "npx projen e2e-tests",
"eject": "npx projen eject",
"package": "npx projen package",
"post-compile": "npx projen post-compile",
"post-upgrade": "npx projen post-upgrade",
"pre-compile": "npx projen pre-compile",
"synth": "npx projen synth",
"synth:silent": "npx projen synth:silent",
"test": "npx projen test",
"test:app": "npx projen test:app",
"test:app:ci": "npx projen test:app:ci",
"test:cdk": "npx projen test:cdk",
"test:cdk-tests": "npx projen test:cdk-tests",
"test:cdk-tests:ci": "npx projen test:cdk-tests:ci",
"test:cdk:ci": "npx projen test:cdk:ci",
"test:ci": "npx projen test:ci",
"test:cli": "npx projen test:cli",
"test:cli:ci": "npx projen test:cli:ci",
"test:eslint": "npx projen test:eslint",
"test:prettier": "npx projen test:prettier",
"test:update": "npx projen test:update",
"test:update-snapshots": "npx projen test:update-snapshots",
"test:watch": "npx projen test:watch",
"upgrade": "npx projen upgrade",
"watch": "npx projen watch",
"projen": "npx projen",
"update-deps": "chmod +x ./update-all-dependencies.sh && exec ./update-all-dependencies.sh"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com/solutions",
"organization": true
},
"devDependencies": {
"@cdklabs/cdk-ssm-documents": "^0.0.47",
"@types/jest": "^29.5.14",
"@types/node": "^18",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"aws-cdk": "2.164.1",
"esbuild": "^0.24.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-junit": "^16.0.0",
"projen": "^0.90.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.2.x"
},
"dependencies": {
"@aws-cdk/aws-lambda-python-alpha": "2.164.1-alpha.0",
"@aws-cdk/aws-neptune-alpha": "2.164.1-alpha.0",
"@aws-cdk/aws-servicecatalogappregistry-alpha": "2.164.1-alpha.0",
"@aws-sdk/client-auto-scaling": "^3.696.0",
"@aws-sdk/client-cloudformation": "^3.696.0",
"@aws-sdk/client-docdb": "^3.696.0",
"@aws-sdk/client-dynamodb": "^3.696.0",
"@aws-sdk/client-ec2": "^3.696.0",
"@aws-sdk/client-lambda": "^3.696.0",
"@aws-sdk/client-neptune": "^3.696.0",
"@aws-sdk/client-rds": "^3.696.0",
"@aws-sdk/client-ssm": "^3.696.0",
"@aws-sdk/util-dynamodb": "^3.696.0",
"aws-cdk-lib": "2.164.1",
"cdk-nag": "^2.34.2",
"constructs": "^10.0.5",
"source-map-support": "^0.5.21",
"uuid": "^8.3.2"
},
"engines": {
"node": ">= 18.0.0"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"version": "3.0.7",
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}