-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.2 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": "@openintegrationhub/salesforce-connector",
"version": "0.0.22",
"description": "OIH Connector for Salesforce",
"homepage": "https://openintegrationhub.com/",
"author": {
"name": "Wice GmbH",
"url": "https://www.wice.de"
},
"files": [
"lib"
],
"keywords": [
"salesforce",
"connector",
"oih"
],
"scripts": {
"start": "node ./node_modules/@openintegrationhub/ferryman/runGlobal.js",
"pretest": "eslint lib test --ext .js --ext .json --fix",
"test": "NODE_ENV=test mocha test/* --timeout 10000",
"test-watch": "nodemon --exec \"npm test \""
},
"engines": {
"node": "8.16.2",
"npm": ">=5.4"
},
"dependencies": {
"@openintegrationhub/ferryman": "^2.2.0",
"jsforce": "^1.10.1",
"request": "^2.88.0",
"request-promise": "4.1.1",
"uuid": "^8.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.3.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",
"jenkins-mocha": "^8.0.0",
"mocha": "^8.1.1",
"nock": "^9.6.1",
"nyc": "^15.1.0",
"supertest": "^3.3.0"
},
"license": "Apache 2.0"
}