-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.26 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
{
"title": "Code component with credentials",
"description": "elastic.io code component with credentials",
"engines": {
"node": "24.x"
},
"scripts": {
"audit": "better-npm-audit audit --level high --production",
"lint": "eslint actions spec --fix",
"pretest": "npm run lint",
"test": "NODE_ENV=test LOG_LEVEL=trace mocha ./spec/** --timeout 50000"
},
"repository": {
"type": "git",
"url": "git@github.com:elasticio/code-component-with-credentials.git"
},
"author": "elastic.io GmbH",
"license": "BSD-2-Clause",
"dependencies": {
"@elastic.io/component-commons-library": "4.0.3",
"axios": "1.20.0",
"co": "4.6.0",
"co-request": "1.0.0",
"elasticio-sailor-nodejs": "2.7.9",
"json-bigint": "1.0.0",
"lodash": "4.18.1",
"nodemailer": "9.0.5",
"strong-soap": "6.0.2"
},
"overrides": {
"brace-expansion": "2.1.4",
"form-data": "4.0.6",
"jsonata": "2.2.2",
"lodash": "4.18.1",
"underscore": "1.13.8"
},
"devDependencies": {
"@elastic.io/component-logger": "0.0.1",
"better-npm-audit": "3.11.0",
"chai": "6.2.2",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.32.0",
"mocha": "11.8.0",
"sinon": "22.1.0"
}
}