-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "@superbalist/js-pubsub-rest-proxy",
"version": "1.3.0",
"description": "An HTTP server which acts as a gateway for publishing messages via a js-pubsub adapter",
"private": true,
"scripts": {
"start": "node ./src/bin/www",
"start-dev": "nodemon -L ./src/bin/www -- --trace-sync-io"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Superbalist/js-pubsub-rest-proxy.git"
},
"keywords": [
"pubsub",
"rest"
],
"author": "Superbalist.com a division of Takealot Online (Pty)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Superbalist/js-pubsub-rest-proxy/issues"
},
"homepage": "https://github.com/Superbalist/js-pubsub-rest-proxy#readme",
"dependencies": {
"@superbalist/js-event-pubsub": "^3.0.2",
"@superbalist/js-pubsub-manager": "^3.0.1",
"ajv": "5.0.1",
"amqplib": "0.6.0",
"body-parser": "1.19.0",
"debug": "4.1.1",
"express": "4.17.1",
"morgan": "1.10.0",
"prom-client": "12.0.0",
"queue": "6.0.1",
"raven": "^2.0.1",
"winston": "3.3.3"
},
"devDependencies": {
"eslint": "7.9.0",
"nodemon": "2.0.4"
}
}