-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.26 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.26 KB
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
{
"name": "@hyveon/desktop-main",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "./dist/main.js",
"scripts": {
"dev": "echo 'desktop-main now runs as an Electron IPC microservice. The Electron launcher is wired in Epic A (#136).' && exit 1",
"build": "tsc -b",
"start": "echo 'desktop-main now runs as an Electron IPC microservice. The Electron launcher is wired in Epic A (#136).' && exit 1"
},
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.600.0",
"@aws-sdk/client-cost-explorer": "^3.600.0",
"@aws-sdk/client-dynamodb": "^3.600.0",
"@aws-sdk/client-ec2": "^3.600.0",
"@aws-sdk/client-ecs": "^3.600.0",
"@aws-sdk/client-secrets-manager": "^3.600.0",
"@aws-sdk/lib-dynamodb": "^3.600.0",
"@hyveon/shared": "*",
"@nestjs/common": "^10.4.0",
"@nestjs/core": "^10.4.0",
"@nestjs/microservices": "^10.4.0",
"@nestjs/platform-express": "^10.4.0",
"express": "^4.19.2",
"fix-path": "^4.0.0",
"nestjs-electron-ipc-transport": "^1.0.2",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"electron": "^36.0.0",
"tsx": "^4.15.7"
}
}