-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "meta-aws-cdk-pipeline-reference",
"version": "0.1.4",
"bin": {
"embedded-linux-pipeline": "bin/app.js"
},
"scripts": {
"clean": "tsc --build --clean && rm -rf dist && rm -rf cdk.out",
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"doc": "typedoc",
"format": "eslint '**/*.{js,ts,json}' --quiet --fix",
"check": "eslint '**/*.{js,ts,json}'"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "20.1.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"aws-cdk-lib": "^2.170.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "~5.0.4"
},
"dependencies": {
"aws-cdk-lib": "^2.170.0",
"constructs": "^10.4.2",
"aws4embeddedlinux-cdk-lib": "github:aws4embeddedlinux/aws4embeddedlinux-ci",
"source-map-support": "^0.5.21"
}
}