-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 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
42
43
44
45
46
{
"name": "jsonata-transform-component",
"description": "elastic.io integration component for data transformation with JSONata expression",
"homepage": "https://www.elastic.io",
"author": {
"name": "elastic.io GmbH",
"email": "[email protected]",
"url": "https://www.elastic.io"
},
"files": [
"lib"
],
"keywords": [
"jsonata",
"elasticio",
"ipaas",
"integration",
"elasticio-component"
],
"scripts": {
"audit": "better-npm-audit audit --level high --production",
"pretest": "eslint lib spec --ext .json --ext .js --fix",
"test": "NODE_ENV=test mocha spec/*"
},
"engines": {
"node": "18.x"
},
"dependencies": {
"@elastic.io/component-commons-library": "3.2.0",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.7.2",
"request": "2.88.0"
},
"devDependencies": {
"better-npm-audit": "3.7.3",
"bunyan": "1.8.12",
"chai": "3.5.0",
"eslint": "8.25.0",
"eslint-plugin-import": "2.26.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-mocha": "10.1.0",
"mocha": "9.2.2"
},
"repository": "elasticio/jsonata-transform-component",
"license": "Apache-2.0"
}