-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.45 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.45 KB
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
{
"name": "filter-component",
"description": "elastic.io filter component to filter incoming data based on arbitrary expression",
"homepage": "https://www.elastic.io",
"scripts": {
"audit": "better-npm-audit audit --level high --production",
"pretest": "eslint lib spec --fix",
"test": "mocha spec --recursive"
},
"engines": {
"node": "24.x"
},
"dependencies": {
"@elastic.io/component-commons-library": "4.0.0",
"@elastic.io/component-logger": "0.0.1",
"axios": "1.13.2",
"elasticio-sailor-nodejs": "2.7.7",
"moment": "2.29.4"
},
"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "7.1.1",
"eslint": "8.26.0",
"better-npm-audit": "3.7.3",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-mocha": "10.1.0",
"grunt-mocha-test": "0.13.3",
"mocha": "9.2.2",
"nock": "9.1.6",
"sinon": "7.5.0"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"keywords": [
"elasticio",
"filter",
"ipaas",
"elasticio-component"
],
"author": {
"name": "elastic.io GmbH",
"email": "info@elastic.io",
"url": "https://www.elastic.io"
},
"repository": "elasticio/filter-component",
"license": "Apache-2.0"
}