-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.23 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
{
"name": "@oih/snazzycontacts-transformer",
"version": "1.2.2",
"description": "OIH Transformer for Snazzy Contacts",
"homepage": "https://snazzycontacts.com/",
"author": {
"name": "Wice GmbH",
"url": "https://www.wice.de"
},
"files": [
"lib"
],
"keywords": [
"jsonata",
"elasticio",
"ipaas",
"integration",
"oih-transformer"
],
"scripts": {
"start": "node ./node_modules/@openintegrationhub/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",
"@openintegrationhub/ferryman": "^1.1.3",
"jsonata": "^1.5.3",
"uuid": "^8.2.0"
},
"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/snazzycontacts-transformer.git"
},
"license": "Apache-2.0"
}