-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.16 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": "sftp-component",
"description": "elastic.io SFTP component",
"scripts": {
"pretest": "eslint spec spec-integration lib verifyCredentials.js --fix",
"test": "LOG_LEVEL=trace;mocha spec --recursive --timeout 50000",
"integration-test": "LOG_LEVEL=trace;LOG_OUTPUT_MODE=short mocha spec-integration/* --timeout 50000"
},
"repository": {
"type": "git",
"url": "[email protected]:elasticio/sftp-component.git"
},
"engines": {
"node": "18.x"
},
"author": "elastic.io GmbH",
"license": "Apache-2.0",
"dependencies": {
"@elastic.io/component-commons-library": "3.2.1",
"@elastic.io/oih-standard-library": "2.0.3",
"async": "3.2.3",
"elasticio-node": "0.0.9",
"elasticio-rest-node": "1.2.7",
"elasticio-sailor-nodejs": "2.7.3",
"micromatch": "4.0.8",
"moment": "2.29.4",
"ssh2-sftp-client": "10.0.3"
},
"devDependencies": {
"bunyan": "1.8.14",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"dotenv": "8.2.0",
"eslint": "7.3.1",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.22.0",
"mocha": "9.2.2",
"nock": "13.0.0",
"sinon": "9.0.2"
}
}