-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
77 lines (77 loc) · 2.22 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
{
"name": "@aws-cdk/user-input-gen",
"description": "Generate CLI arguments",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-cdk-cli",
"directory": "packages/@aws-cdk/user-input-gen"
},
"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",
"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": {
"@cdklabs/eslint-plugin": "^1.3.2",
"@stylistic/eslint-plugin": "^3.1.0",
"@types/jest": "^29.5.14",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^17",
"@types/prettier": "^2",
"@types/semver": "^7.5.8",
"@types/yarnpkg__lockfile": "^1.1.9",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"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"
},
"dependencies": {
"@cdklabs/typewriter": "^0.0.5",
"lodash.clonedeep": "^4.5.0",
"prettier": "^2.8"
},
"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\"."
}