forked from elasticio/splitter-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 954 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
35
{
"name": "@elasticio/splitter",
"description": "elastic.io component for splitting incoming messages",
"scripts": {
"pretest": "eslint split.js lib spec --fix",
"test": "mocha spec/split spec/splitOnJsonata spec/"
},
"repository": {
"type": "git",
"url": "[email protected]:elasticio/splitter-component.git"
},
"author": "elastic.io GmbH",
"license": "BSD-2-Clause",
"engines": {
"node": "12.18.2"
},
"dependencies": {
"@elastic.io/component-commons-library": "1.1.4",
"@elastic.io/maester-client": "3.3.0",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.6.24",
"lodash": "4.17.19"
},
"devDependencies": {
"@elastic.io/component-logger": "0.0.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"eslint": "7.6.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.22.0",
"mocha": "8.1.1",
"nock": "12.0.3",
"sinon": "9.0.3"
}
}