-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
107 lines (107 loc) · 3.16 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
97
98
99
100
101
102
103
104
105
106
107
{
"name": "cdk-assets",
"description": "CDK Asset Publishing Tool",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-cdk-cli",
"directory": "packages/cdk-assets"
},
"bin": {
"cdk-assets": "bin/cdk-assets",
"docker-credential-cdk-assets": "bin/docker-credential-cdk-assets"
},
"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",
"shrinkwrap": "npx projen shrinkwrap",
"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": {
"@cdklabs/eslint-plugin": "^1.3.2",
"@smithy/types": "^4.1.0",
"@smithy/util-stream": "^4.1.1",
"@stylistic/eslint-plugin": "^3.1.0",
"@types/archiver": "^6.0.3",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.14",
"@types/mime": "^2",
"@types/mock-fs": "^4",
"@types/node": "^16",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"aws-sdk-client-mock": "^4.1.0",
"aws-sdk-client-mock-jest": "^4.1.0",
"commit-and-tag-version": "^12",
"constructs": "^10.0.0",
"eslint": "^9",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.8.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-prettier": "^5.2.3",
"fs-extra": "^11.3.0",
"graceful-fs": "^4.2.11",
"jest": "^29.7.0",
"jest-junit": "^16",
"jszip": "^3.10.1",
"license-checker": "^25.0.1",
"mock-fs": "^5",
"prettier": "^2.8",
"projen": "^0.91.12",
"ts-jest": "^29.2.5",
"typescript": "5.6"
},
"dependencies": {
"@aws-cdk/cloud-assembly-schema": "^0.0.0",
"@aws-cdk/cx-api": "^2.179.0",
"@aws-sdk/client-ecr": "3.741",
"@aws-sdk/client-s3": "3.741",
"@aws-sdk/client-secrets-manager": "3.741",
"@aws-sdk/client-sts": "3.741",
"@aws-sdk/credential-providers": "^3.750.0",
"@aws-sdk/lib-storage": "^3.750.0",
"@smithy/config-resolver": "^4.0.1",
"@smithy/node-config-provider": "^4.0.1",
"archiver": "^7.0.1",
"glob": "^11.0.1",
"mime": "^2",
"yargs": "^17.7.2"
},
"keywords": [
"aws",
"cdk"
],
"engines": {
"node": ">= 16.0.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\"."
}