-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.21 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": "amqp-component",
"homepage": "http://www.elastic.io",
"author": {
"name": "elastic.io GmbH",
"email": "[email protected]",
"url": "https://elastic.io"
},
"engines": {
"node": "18.x"
},
"scripts": {
"audit": "better-npm-audit audit --level high --production",
"pretest": "eslint spec-integration lib verifyCredentials.js --fix",
"test": "mocha \"spec/**/*spec.js\"",
"integration-test": "NODE_ENV=test mocha spec-integration/* --timeout 10000"
},
"keywords": [
"elasticio",
"component",
"ipas",
"amqp",
"rabbitmq",
"pubsub",
"elasticio-component"
],
"dependencies": {
"@elastic.io/component-logger": "0.0.1",
"amqp-connection-manager": "4.1.14",
"amqplib": "0.10.4",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.7.2",
"lodash": "4.17.21"
},
"devDependencies": {
"better-npm-audit": "3.7.3",
"chai": "4.2.0",
"dotenv": "16.0.3",
"eslint": "7.0.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-xo-space": "0.24.0",
"eslint-plugin-import": "2.20.2",
"mocha": "10.2.0",
"sinon": "15.0.2"
},
"repository": "elasticio/amqp-component",
"license": "Apache-2.0"
}