forked from elasticio/code-component
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 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
{
"name": "oih-code-component",
"version": "1.2.2",
"description": "oih fork of the elastic.io code component",
"engines": {
"node": ">=12.13.0"
},
"scripts": {
"docker:build": "docker build -t openintegrationhub/code-component:$(git log -n1 --format=%H) .",
"docker:push": "docker push openintegrationhub/code-component:$(git log -n1 --format=%H)",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "NODE_ENV=test LOG_LEVEL=trace mocha ./spec/** --timeout 50000"
},
"repository": {
"type": "git",
"url": "git@github.com:openintegrationhub/code-component.git"
},
"author": "elastic.io GmbH",
"license": "BSD-2-Clause",
"dependencies": {
"@openintegrationhub/ferryman": "^2.3.1",
"@openintegrationhub/ferryman-1-7-0": "npm:@openintegrationhub/ferryman@^1.7.0",
"co": "4.6.0",
"co-request": "1.0.0"
},
"devDependencies": {
"@elastic.io/component-logger": "0.0.1",
"chai": "4.2.0",
"eslint": "6.1.0",
"eslint-config-airbnb": "18.0.1",
"eslint-plugin-import": "2.18.2",
"mocha": "6.2.0",
"sinon": "7.4.1"
}
}