forked from elasticio/csv-component
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "csv-component",
"description": "CSV Component for elastic.io platform",
"main": "index.js",
"scripts": {
"pretest": "eslint lib/ spec --fix",
"test": "nyc 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-commons-library": "1.1.5",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.6.26",
"papaparse": "5.3.1"
},
"devDependencies": {
"chai": "4.3.4",
"eslint": "7.29.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-mocha": "9.0.0",
"mocha": "8.2.1",
"nock": "13.0.5",
"nyc": "15.1.0",
"sinon": "9.2.2"
}
}