-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
56 lines (56 loc) · 1.36 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
47
48
49
50
51
52
53
54
55
56
{
"name": "csv-component",
"description": "CSV Component for elastic.io platform",
"main": "index.js",
"scripts": {
"pretest": "eslint lib/ spec spec-integration --fix",
"test": "mocha spec",
"integration-test": "mocha spec-integration"
},
"engines": {
"node": "14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elasticio/csv-component.git"
},
"keywords": [
"csv",
"elastic.io",
"ipaas"
],
"author": "elastic.io GmbH",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/elasticio/csv-component/issues"
},
"homepage": "https://github.com/elasticio/csv-component#readme",
"dependencies": {
"@elastic.io/component-logger": "0.0.1",
"axios": "0.26.1",
"co": "4.6.0",
"csv": "5.3.2",
"csv-parser": "3.0.0",
"elasticio-node": "0.0.9",
"elasticio-rest-node": "1.2.7",
"elasticio-sailor-nodejs": "2.6.27",
"lodash": "4.17.21",
"moment": "2.29.4",
"node-uuid": "1.4.8",
"q": "1.5.1",
"stream": "0.0.2",
"underscore": "1.13.2"
},
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"dotenv": "8.2.0",
"eslint": "7.16.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-mocha": "8.0.0",
"mocha": "9.2.2",
"nock": "13.0.5",
"sinon": "9.2.2"
}
}