-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "dbt-athena-infra",
"version": "0.1.0",
"bin": {
"dbt-athena-infra": "bin/app.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"prettier": "prettier --write '**/*.{js,ts,css,less,md,json,yml,yaml,html}'"
},
"devDependencies": {
"@aws-cdk/aws-glue-alpha": "2.78.0-alpha.0",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@types/config": "3.3.0",
"@types/jest": "29.5.1",
"@types/js-yaml": "4.0.5",
"@types/node": "20.1.2",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"aws-cdk": "2.78.0",
"aws-cdk-lib": "2.78.0",
"constructs": "10.2.18",
"esbuild": "0.17.18",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"jest": "29.5.0",
"jest-mock-extended": "3.0.4",
"js-yaml": "4.1.0",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tsc-alias": "1.8.6",
"typescript": "5.0.4"
},
"dependencies": {
"source-map-support": "0.5.21"
},
"engines": {
"node": ">=18",
"npm": ">=8.0.0"
}
}