-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
45 lines (45 loc) · 1.32 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": "rest-api-component",
"version": "1.0.3",
"description": "This is the rest api component for the OIH",
"main": "node_modules/@openintegrationhub/ferryman/runGlobal.js",
"scripts": {
"test": "LOG_LEVEL=fatal mocha test --recursive --timeout 50000",
"test:debug": "LOG_LEVEL=trace DEBUG=nock.* mocha test --recursive --timeout 50000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openintegrationhub/REST-API-component.git"
},
"keywords": [
"REST",
"OIH",
"Connector"
],
"dependencies": {
"@openintegrationhub/ferryman": "^2.0.0",
"@openintegrationhub/ferryman-1-7-0": "npm:@openintegrationhub/ferryman@^1.7.0",
"axios": "^0.24.0",
"duplex": "1.0.0",
"form-data": "^4.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@elastic.io/component-logger": "0.0.1",
"chai": "4.2.0",
"eslint": "6.1.0",
"eslint-config-airbnb": "18.0.1",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.18.2",
"mocha": "^9.0.1",
"nock": "^13.1.0",
"sinon": "7.4.1",
"yarn": "1.22.0"
},
"author": "Ioannis Lafiotis",
"license": "ISC",
"bugs": {
"url": "https://github.com/openintegrationhub/REST-API-component/issues"
},
"homepage": "https://github.com/openintegrationhub/REST-API-component#readme"
}