-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.27 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": "google-pubsub-component",
"description": "Interact with Google Pub-Sub API",
"homepage": "https://www.elastic.io",
"author": {
"name": "elastic.io GmbH",
"email": "[email protected]",
"url": "http://elastic.io"
},
"files": [
"lib"
],
"main": "lib/index.js",
"keywords": [
"google",
"api",
"pubsub",
"elsaticio",
"elasticio-component"
],
"scripts": {
"pretest": "eslint lib spec-integration verifyCredentials.js --fix",
"test": "mocha spec/** --timeout 5000",
"integration-test": "NODE_ENV=test LOG_LEVEL=trace nyc mocha spec-integration --recursive --timeout 50000"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@elastic.io/component-logger": "0.0.1",
"@elastic.io/component-commons-library": "3.1.5",
"@google-cloud/pubsub": "4.1.1",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.7.1"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"dotenv": "16.3.2",
"eslint": "5.16.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.22.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "17.0.1"
},
"repository": "elastcio/google-pubsub",
"license": "Apache-2.0"
}