forked from elasticio/xml-component
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.66 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "xml",
"version": "1.3.4",
"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": "14"
},
"files": [
"lib"
],
"main": "lib/index.js",
"keywords": [
"xml",
"elasticio",
"xsd",
"ipaas",
"elasticio-component"
],
"scripts": {
"start": "node ./node_modules/ferryman/runGlobal.js",
"pretest": "eslint lib spec --fix",
"test": "NODE_ENV=test mocha --recursive spec",
"test-watch": "nodemon --exec \"npm test \""
},
"dependencies": {
"@openintegrationhub/ferryman": "^1.1.5",
"@elastic.io/component-commons-library": "1.1.5",
"await-lock": "1.1.3",
"bluebird": "3.5.3",
"co": "4.6.0",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.6.24",
"jsonix": "2.4.1",
"jsonix-schema-compiler": "2.3.9",
"lodash": "4.17.20",
"object-sizeof": "1.3.0",
"promised-exec": "1.0.1",
"request": "2.88.2",
"request-promise": "4.2.2",
"xml2js": "0.4.23"
},
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"code-quality-js": "2.0.2",
"eslint": "7.0.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-mocha": "6.3.0",
"mocha": "7.1.2",
"nock": "12.0.3",
"nyc": "13.1.0",
"sinon": "9.0.2",
"stream-string": "2.0.1",
"@elastic.io/component-logger": "0.0.1"
},
"repository": {
"type": "git",
"url": "[email protected]:elasticio/xml-component.git"
},
"license": "Apache-2.0"
}