forked from elasticio/xml-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.28 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": "xml",
"description": "Integration component to work with XML files",
"homepage": "http://www.elastic.io",
"author": {
"name": "elastic.io GmbH",
"email": "[email protected]",
"url": "https://elastic.io"
},
"engines": {
"node": "16.x"
},
"files": [
"lib"
],
"main": "lib/index.js",
"keywords": [
"xml",
"elasticio",
"xsd",
"ipaas",
"elasticio-component"
],
"scripts": {
"pretest": "eslint lib spec --fix",
"test": "mocha --recursive spec"
},
"dependencies": {
"@elastic.io/component-commons-library": "3.0.2",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.7.1",
"genson-js": "^0.0.8",
"json-schema-faker": "0.5.3",
"lodash": "4.17.21",
"object-sizeof": "2.6.1",
"xml2js": "0.5.0"
},
"devDependencies": {
"@elastic.io/component-logger": "0.0.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"code-quality-js": "2.0.2",
"eslint": "7.27.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.23.3",
"mocha": "10.0.0",
"nock": "12.0.3",
"sinon": "9.0.2"
},
"repository": {
"type": "git",
"url": "[email protected]:elasticio/xml-component.git"
},
"license": "Apache-2.0"
}