-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.37 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.37 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
39
{
"name": "lighthouse",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./commander/core/server.ts && nodemon ./sysmon/index.ts",
"dev:sysmon": "node --env-file=.env --watch -r ts-node/register ./sysmon/index.ts",
"dev:inbound": "node --env-file=.env --watch -r ts-node/register ./inbound/index.ts",
"dev:commander": "nodemon ./commander/core/server.ts && nodemon ./sysmon/index.ts",
"dev:outbound": "node --env-file=.env --watch -r ts-node/register ./outbound/index.ts",
"dev:navigator": "node --env-file=.env --watch -r ts-node/register ./navigator/index.ts"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@azure/communication-email": "^1.0.0",
"@google/generative-ai": "^0.17.1",
"@grpc/grpc-js": "^1.11.1",
"@grpc/proto-loader": "^0.7.13",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/google-protobuf": "^3.15.12",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"google-protobuf": "^3.21.4",
"mongoose": "^8.5.4",
"timestamp_p": "link:google-protobuf/google/protobuf/timestamp_p",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^22.5.0",
"nodemon": "^3.1.4"
}
}