forked from aws/aws-pdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
85 lines (85 loc) · 1.9 KB
/
project.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
{
"name": "@aws/docs",
"root": "docs",
"targets": {
"default": {
"executor": "nx:run-commands",
"options": {
"command": "pnpm exec projen default",
"cwd": "docs"
}
},
"pre-compile": {
"executor": "nx:run-commands",
"options": {
"command": "pnpm exec projen pre-compile",
"cwd": "docs"
}
},
"compile": {
"executor": "nx:run-commands",
"options": {
"command": "pnpm exec projen compile",
"cwd": "docs"
}
},
"post-compile": {
"executor": "nx:run-commands",
"options": {
"command": "pnpm exec projen post-compile",
"cwd": "docs"
}
},
"test": {
"executor": "nx:run-commands",
"options": {
"command": "pnpm exec projen test",
"cwd": "docs"
}
},
"package": {
"executor": "nx:run-commands",
"options": {
"command": "pnpm exec projen package",
"cwd": "docs"
}
},
"build": {
"executor": "nx:run-commands",
"options": {
"command": "pnpm exec projen build",
"cwd": "docs"
}
},
"watch": {
"executor": "nx:run-commands",
"options": {
"command": "pnpm exec projen watch",
"cwd": "docs"
}
},
"eslint": {
"executor": "nx:run-commands",
"options": {
"command": "pnpm exec projen eslint",
"cwd": "docs"
}
}
},
"implicitDependencies": [
"@aws/pdk-nag",
"@aws/monorepo",
"@aws/static-website",
"@aws/identity",
"@aws/type-safe-api",
"@aws/cloudscape-react-ts-website",
"@aws/aws-arch",
"@aws/cdk-graph",
"@aws/cdk-graph-plugin-diagram",
"@aws/cdk-graph-plugin-threat-composer",
"@aws/pipeline",
"@aws/infrastructure",
"@aws/docs"
],
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"pnpm exec projen\"."
}