forked from elasticio/odata-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
{
"name": "odata-component",
"description": "A component designed to work with generic OData services.",
"homepage": "https://elastic.io",
"author": {
"name": "Elastic.io GmbH",
"email": "[email protected]",
"url": "https://elastic.io"
},
"main": "module.js",
"files": [
"lib"
],
"scripts": {
"pretest": "eslint verifyCredentials.js lib spec spec-integration --fix",
"test": "mocha spec --recursive",
"integration-test": "mocha spec-integration --recursive --timeout 30000"
},
"engines": {
"node": "14.9.0"
},
"keywords": [
"OData",
"elasticio-component",
"Connector"
],
"dependencies": {
"@elastic.io/odata-library": "0.1.1",
"odata2openapi": "1.3.2",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.6.18",
"lodash": "4.17.20",
"remove-leading-slash": "1.0.1",
"remove-trailing-slash": "0.1.1",
"request": "2.88.2",
"@elastic.io/component-logger": "0.0.1"
},
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"dotenv": "8.2.0",
"eslint": "7.12.1",
"eslint-config-airbnb": "18.2.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.22.1",
"mocha": "8.2.0",
"nock": "13.0.4",
"nsp": "3.2.1",
"sinon": "9.2.0"
},
"repository": "https://github.com/elasticio/odata-component/",
"license": "Apache-2.0"
}