forked from aws/aws-cdk-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.09 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
{
"name": "@aws-cdk/cdk-cli-wrapper",
"description": "CDK CLI Wrapper Library",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-cdk-cli",
"directory": "packages/@aws-cdk/cdk-cli-wrapper"
},
"scripts": {
"build": "npx projen build",
"bump": "npx projen bump",
"check-for-updates": "npx projen check-for-updates",
"compile": "npx projen compile",
"default": "npx projen default",
"eslint": "npx projen eslint",
"gather-versions": "npx projen gather-versions",
"integ": "npx projen integ",
"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-runner": "^2.72.1",
"@cdklabs/eslint-plugin": "^1.3.2",
"@stylistic/eslint-plugin": "^3.1.0",
"@types/jest": "^29.5.14",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"aws-cdk": "^0.0.0",
"aws-cdk-lib": "^2.181.1",
"constructs": "^10.0.0",
"eslint": "^9",
"eslint-config-prettier": "^10.0.2",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-prettier": "^5.2.3",
"jest": "^29.7.0",
"jest-junit": "^16",
"prettier": "^2.8",
"projen": "^0.91.13",
"ts-jest": "^29.2.6",
"typescript": "5.6"
},
"keywords": [
"aws",
"cdk"
],
"engines": {
"node": ">= 14.15.0"
},
"main": "lib/index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-cdk",
"version": "0.0.0",
"types": "lib/index.d.ts",
"private": true,
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}