-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.39 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
49
50
51
52
53
54
55
56
57
{
"name": "seneca-servicebus-transport",
"version": "0.4.1",
"description": "Azure Servicebus transport plugin for seneca.js",
"main": "index.js",
"files": [
"index.js",
"lib/*",
"defaults.json"
],
"scripts": {},
"repository": {
"type": "git",
"url": "git@github.com:otaviosoares/seneca-servicebus-transport.git"
},
"keywords": [
"seneca",
"plugin",
"servicebus",
"transport",
"azure",
"activemq",
"microservice",
"rpc"
],
"author": "Otávio Soares <otaviokk@gmail.com>",
"contributors": [
"Otávio Soares <otaviokk@gmail.com> (https://github.com/otaviosoares)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/otaviosoares/seneca-servicebus-transport/issues"
},
"homepage": "https://github.com/otaviosoares/seneca-servicebus-transport",
"dependencies": {
"amqp10": "^3.6.0",
"amqp10-link-cache": "^1.2.2",
"async": "^3.1.0",
"azure": "^0.10.6",
"bluebird": "^3.7.2",
"debug": "^4.1.1",
"jsonic": "^0.3.1",
"lodash": "^4.17.15",
"seneca": "^3.13.3",
"shortid": "^2.2.15",
"uuid": "^3.3.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"pre-commit": "^1.2.2"
}
}