forked from cdk-cosmos/cosmos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.02 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 3.02 KB
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
97
98
{
"name": "cdk-cosmos",
"private": true,
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/cdk-cosmos/cosmos.git"
},
"scripts": {
"audit": "lerna audit",
"link": "lerna link",
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"watch": "lerna run watch",
"test": "lerna run test",
"lint": "lerna run lint",
"format": "lerna run format",
"clean": "lerna run clean",
"test-and-shield": "yarn jest && coverage-shield",
"git-add": "git add .",
"git-add-shield": "git add ./shields/",
"prepublishOnly": "yarn clean && yarn build && yarn lint && yarn test"
},
"workspaces": [
"packages/@cdk-cosmos/*",
"packages/@cosmos-building-blocks/*"
],
"precommit": [
"lint"
],
"prepush": [
"test-and-shield",
"git-add-shield"
],
"changelog": {
"labels": {
"breaking-change": "💥 Breaking Change:",
"enhancement": "🚀 Enhancement:",
"bug": "🐛 Bug Fix",
"documentation": "📝 Documentation",
"chore": "🧹 Miscellaneous Chores"
}
},
"devDependencies": {
"@aws-cdk/assert": "1.134.0",
"@aws-cdk/aws-certificatemanager": "1.134.0",
"@aws-cdk/aws-cloudwatch": "1.134.0",
"@aws-cdk/aws-codebuild": "1.134.0",
"@aws-cdk/aws-codecommit": "1.134.0",
"@aws-cdk/aws-codepipeline": "1.134.0",
"@aws-cdk/aws-codepipeline-actions": "1.134.0",
"@aws-cdk/aws-codestarconnections": "1.134.0",
"@aws-cdk/aws-ec2": "1.134.0",
"@aws-cdk/aws-ecr": "1.134.0",
"@aws-cdk/aws-ecs": "1.134.0",
"@aws-cdk/aws-elasticache": "1.134.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.134.0",
"@aws-cdk/aws-elasticloadbalancingv2-targets": "1.134.0",
"@aws-cdk/aws-events": "1.134.0",
"@aws-cdk/aws-events-targets": "1.134.0",
"@aws-cdk/aws-iam": "1.134.0",
"@aws-cdk/aws-lambda": "1.134.0",
"@aws-cdk/aws-route53": "1.134.0",
"@aws-cdk/aws-route53-targets": "1.134.0",
"@aws-cdk/aws-route53resolver": "1.134.0",
"@aws-cdk/aws-s3": "1.134.0",
"@aws-cdk/aws-s3-deployment": "1.134.0",
"@aws-cdk/aws-ssm": "1.134.0",
"@aws-cdk/core": "1.134.0",
"@aws-cdk/custom-resources": "1.134.0",
"@types/cfn-response": "^1.0.4",
"@types/jest": "^27.0.2",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"ajv": "^8.0.0",
"aws-cdk": "1.134.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^27.3.0",
"jest-coverage-shield": "^1.1.2",
"lerna": "^4.0.0",
"lerna-audit": "^1.3.3",
"lerna-changelog": "^2.2.0",
"pre-commit": "^1.2.2",
"pre-push": "^0.1.1",
"prettier": "^2.2.1",
"source-map-support": "^0.5.19",
"ts-jest": "^27.0.7",
"typescript": "^4.1.3"
},
"netmask-resolutions-comment": "transitive dep from proxy-agent@4.0.1. review when dependencies upgrade",
"resolutions": {
"netmask": "2.0.1"
}
}