-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.42 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
{
"name": "cdk-git-config",
"main": "lib/entrypoint.js",
"version": "0.8.2",
"types": "lib/index.d.ts",
"author": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/brettswift/cdk-git-config.git"
},
"bin": {
"cdk-git-config": "bin/entrypoint.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "npm run build; jest",
"test-watch": "tsc -w && jest",
"cdk": "cdk"
},
"keywords": [
"aws",
"cdk",
"ssm",
"git"
],
"files": [
"lib",
"/lib/**/*.ts",
"/lib/**/*.d.ts",
"/lambda/src/**/*.ts",
"/lambda/*.json",
"/lambda/node_modules/*",
"/lib/**/*.ts",
"/lib/lambdas/ssmPublisher/*.ts"
],
"devDependencies": {
"@types/node": "^18.7.18",
"aws-cdk": "^2.36.0",
"aws-sdk": "^2.1221.0",
"aws-sdk-client-mock": "^2.0.0",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.8",
"typescript": "^4.8.3"
},
"dependencies": {
"@aws-sdk/client-ssm": "^3.171.0",
"@aws-sdk/middleware-retry": "^3.171.0",
"@types/aws-lambda": "^8.10.104",
"@types/flat": "5.0.2",
"cmd-ts": "^0.11.0",
"@types/glob": "^7.2.0",
"@types/jest": "^28.1.8",
"@types/js-yaml": "^4.0.5",
"@types/lambda-log": "^2.2.1",
"flat": "^5.0.2",
"glob": "^8.0.3",
"jest": "^28.1.3",
"js-yaml": "^4.1.0",
"lambda-log": "^3.1.0",
"source-map-support": "^0.5.21"
}
}