-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "@oih/contacts-transformer-template",
"version": "1.2.1",
"description": "OIH transformer template",
"homepage": "https://www.openintegrationhub.org/",
"author": {
"name": "Wice GmbH",
"url": "https://www.wice.de"
},
"files": [
"lib"
],
"keywords": [
"template",
"example",
"transformer",
"oih"
],
"scripts": {
"start": "node ./node_modules/ferryman/runGlobal.js",
"pretest": "eslint lib test --ext .json --ext .js --fix",
"test": "NODE_ENV=test mocha test/*",
"test-watch": "nodemon --exec \"npm test \""
},
"engines": {
"node": "8.16.2",
"npm": ">=5.4"
},
"dependencies": {
"@elastic.io/jsonata-moment": "1.0.15",
"elasticio-node": "0.0.9",
"@openintegrationhub/ferryman": "^1.0.1",
"jsonata": "^1.5.3"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-json": "^1.2.1",
"eslint-plugin-mocha": "^5.2.0",
"mocha": "^8.1.1"
},
"repository": {
"type": "git",
"url": "[email protected]:openintegrationhub/contacts-transformer-template.git"
},
"license": "Apache-2.0"
}