-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 953 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 953 Bytes
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
{
"name": "share",
"version": "0.1.0",
"bin": {
"share": "bin/share.js"
},
"scripts": {
"build:frontend": "cd frontend && npm run build",
"test": "jest",
"cdk": "cdk",
"lint": "eslint \"**/*.ts\" "
},
"devDependencies": {
"@types/jest": "30.0.0",
"@types/node": "24.12.2",
"@typescript-eslint/eslint-plugin": "8.58.2",
"@typescript-eslint/parser": "8.58.2",
"aws-cdk": "2.1118.0",
"chokidar": "5.0.0",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.32.0",
"jest": "30.3.0",
"ts-jest": "29.4.9",
"ts-node": "10.9.2",
"typescript": "5.9.3"
},
"dependencies": {
"@fallobst22/cdk-cross-account-route53": "0.0.108",
"@trautonen/cdk-dns-validated-certificate": "0.1.45",
"aws-cdk-lib": "2.250.0",
"aws-sdk": "2.1693.0",
"constructs": "10.6.0",
"esbuild": "0.28.0",
"source-map-support": "0.5.21"
}
}