-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
51
52
53
{
"name": "elasticio-sailor-nodejs",
"description": "The official elastic.io library for bootstrapping and executing for Node.js connectors",
"version": "2.7.4",
"main": "run.js",
"scripts": {
"audit": "better-npm-audit audit --level high --production",
"lint": "./node_modules/.bin/eslint lib spec mocha_spec lib run.js runService.js",
"pretest": "npm run lint",
"test": "npm run test:jasmine && npm run test:mocha",
"test:jasmine": "NODE_ENV=test jasmine-node spec",
"test:mocha": "NODE_ENV=test node_modules/.bin/mocha --recursive mocha_spec",
"postpublish": "./postpublish.js"
},
"engines": {
"node": ">=12.13.0"
},
"dependencies": {
"@elastic.io/maester-client": "5.0.3",
"amqplib": "0.8.0",
"bunyan": "1.8.10",
"co": "4.6.0",
"debug": "3.1.0",
"elasticio-rest-node": "1.2.7",
"event-to-promise": "0.8.0",
"lodash": "4.17.21",
"p-throttle": "2.1.0",
"q": "1.5.1",
"request-promise-native": "1.0.5",
"requestretry": "7.0.2",
"uuid": "3.0.1"
},
"devDependencies": {
"better-npm-audit": "3.7.3",
"chai": "4.2.0",
"del": "2.2.2",
"eslint": "4.19.1",
"eslint-plugin-mocha": "4.12.1",
"express": "4.16.4",
"gulp": "3.9.1",
"gulp-istanbul": "1.1.3",
"gulp-jasmine": "0.2.0",
"jasmine-node": "3.0.0",
"mocha": "7.1.2",
"nock": "12.0.3",
"rabbitmq-stats": "1.2.4",
"request": "2.88.0",
"sinon": "9.0.2",
"sinon-chai": "3.5.0"
},
"repository": "elasticio/sailor-nodejs",
"license": "Apache-2.0"
}