forked from elasticio/request-reply-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 897 Bytes
/
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
{
"name": "request-reply",
"description": "elastic.io request-reply component",
"repository": {
"type": "git",
"url": "[email protected]:elasticio/request-reply-component.git"
},
"engines": {
"node": "18.x"
},
"author": "elastic.io GmbH",
"scripts": {
"test": "NODE_ENV=test mocha spec --recursive",
"lint": "eslint ./*.js spec/*.js",
"pretest": "npm run lint"
},
"dependencies": {
"@elastic.io/component-commons-library": "3.1.5",
"@elastic.io/maester-client": "5.0.1",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.7.1"
},
"devDependencies": {
"@elastic.io/component-logger": "0.0.1",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"dotenv": "16.3.1",
"eslint": "8.43.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.27.5",
"mocha": "10.2.0",
"sinon": "15.2.0"
}
}