generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.82 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.82 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": "@aws-cdk/integ-runner",
"description": "CDK Integration Testing Tool",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-cdk-cli",
"directory": "packages/@aws-cdk/integ-runner"
},
"bin": {
"integ-runner": "bin/integ-runner"
},
"scripts": {
"build": "npx projen build",
"bump": "npx projen bump",
"check-for-updates": "npx projen check-for-updates",
"check-licenses": "npx projen check-licenses",
"compile": "npx projen compile",
"default": "npx projen default",
"eslint": "npx projen eslint",
"gather-versions": "npx projen gather-versions",
"nx": "npx projen nx",
"package": "npx projen package",
"post-compile": "npx projen post-compile",
"pre-compile": "npx projen pre-compile",
"test": "npx projen test",
"test:watch": "npx projen test:watch",
"unbump": "npx projen unbump",
"watch": "npx projen watch",
"projen": "npx projen"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
"organization": true
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "2.184.1-alpha.0",
"@cdklabs/eslint-plugin": "^1.3.2",
"@stylistic/eslint-plugin": "^3",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/mock-fs": "^4",
"@types/node": "^16",
"@types/workerpool": "^6",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"aws-cdk-lib": "^2.186.0",
"commit-and-tag-version": "^12",
"constructs": "^10",
"eslint": "^9",
"eslint-config-prettier": "^10.1.1",
"eslint-import-resolver-typescript": "^4.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsdoc": "^50.6.9",
"eslint-plugin-prettier": "^5.2.5",
"jest": "^29.7.0",
"jest-junit": "^16",
"license-checker": "^25.0.1",
"mock-fs": "^5",
"prettier": "^2.8",
"projen": "^0.91.18",
"ts-jest": "^29.3.0",
"typescript": "5.6"
},
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.1.65",
"@aws-cdk/cdk-cli-wrapper": "^0.0.0",
"@aws-cdk/cloud-assembly-schema": "^0.0.0",
"@aws-cdk/cloudformation-diff": "^0.0.0",
"@aws-cdk/cx-api": "^2.186.0",
"@aws-sdk/client-cloudformation": "^3",
"aws-cdk": "^0.0.0",
"cdk-assets": "^0.0.0",
"chalk": "^4",
"chokidar": "^3",
"fs-extra": "^9",
"workerpool": "^6",
"yargs": "^16"
},
"keywords": [
"aws",
"cdk"
],
"engines": {
"node": ">= 14.15.0"
},
"main": "lib/index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-cdk",
"publishConfig": {
"access": "public"
},
"version": "0.0.0",
"types": "lib/index.d.ts",
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}