forked from ONEST-Network/protocol-server-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
48
{
"name": "protocol-server_v2",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/app.ts",
"build": "tsc",
"generate-keys": "node scripts/generate-keys.js"
},
"author": "Ayush Agrawal",
"license": "ISC",
"devDependencies": {
"@types/amqplib": "^0.8.2",
"@types/config": "^0.0.41",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.13",
"@types/libsodium-wrappers": "^0.7.9",
"@types/lodash": "^4.17.0",
"@types/node": "^17.0.41",
"@types/request-ip": "0.0.41",
"@types/uuid": "^8.3.4",
"beckn-telemetry-sdk": "1.0.3",
"nodemon": "^2.0.16",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
},
"dependencies": {
"amqplib": "^0.10.0",
"axios": "^0.26.1",
"config": "^3.3.7",
"cors": "^2.8.5",
"dotenv": "^16.4.1",
"express": "^4.18.1",
"express-openapi-validator": "^5.1.6",
"ioredis": "^5.0.6",
"libsodium-wrappers": "^0.7.9",
"lodash": "^4.17.21",
"mongodb": "^4.7.0",
"request-ip": "^3.3.0",
"uuid": "^8.3.2",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.7.1",
"yaml": "^2.4.2",
"zod": "^3.14.2"
}
}