-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 821 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 821 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
{
"name": "node_lrpc",
"version": "0.2.1",
"type": "commonjs",
"description": "This package helps services communicate with each other using redis",
"main": "index.js",
"bin": {
"lrpc": "./bin/cli.js"
},
"keywords": [],
"author": "Elijah Daniel",
"license": "ISC",
"dependencies": {
"amqplib": "^0.10.5",
"commander": "2.20.3",
"cors": "^2.8.5",
"helmet": "^8.0.0",
"inquirer": "^12.5.0",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"prom-client": "^15.1.2",
"reflect-metadata": "^0.2.2",
"socket.io": "^4.8.1",
"typedi": "^0.10.0"
},
"homepage": "https://github.com/Elijahdanie/node_lrpc#readme",
"devDependencies": {
"@types/express": "^4.17.21",
"typedoc": "^0.27.5",
"typescript": "^5.4.3"
}
}