forked from elasticio/splitter-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "@elasticio/splitter",
"description": "elastic.io component for splitting incoming messages",
"scripts": {
"audit": "better-npm-audit audit --level high --production",
"pretest": "eslint split.js lib spec --fix",
"test": "LOG_OUTPUT_MODE='short' mocha spec/*/*.spec.js --timeout 60000000 --exit"
},
"repository": {
"type": "git",
"url": "[email protected]:elasticio/splitter-component.git"
},
"author": "elastic.io GmbH",
"license": "BSD-2-Clause",
"engines": {
"node": "18.x"
},
"dependencies": {
"@elastic.io/component-commons-library": "3.2.1",
"@elastic.io/maester-client": "5.0.3",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.7.3",
"lodash": "4.17.21",
"uuid": "9.0.1"
},
"devDependencies": {
"@elastic.io/component-logger": "0.0.1",
"babel-eslint": "10.1.0",
"better-npm-audit": "3.7.3",
"chai": "4.2.0",
"chai-as-promised": "7.1.2",
"dotenv": "16.4.5",
"eslint": "7.6.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.29.1",
"mocha": "10.7.3",
"nock": "12.0.3",
"sinon": "19.0.2"
}
}