-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1006 Bytes
/
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
{
"name": "@elasticio/syncnode",
"version": "0.1.1",
"description": "Sync Component: This gives your a premium access to our MongoDB Instance",
"scripts": {
"pretest": "eslint verifyCredentials.js lib spec --fix",
"test": "nyc mocha spec --recursive --timeout 50000"
},
"repository": {
"type": "git",
"url": "git@github.com:thatapp/Sync.git"
},
"author": "elastic.io GmbH",
"license": "BSD-2-Clause",
"engines": {
"node": "16"
},
"dependencies": {
"@elastic.io/component-commons-library": "3.1.0",
"axios": "0.27.2",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.6.29"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@elastic.io/component-logger": "0.0.1",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"dotenv": "16.0.2",
"eslint": "8.23.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
"mocha": "10.0.0",
"nyc": "15.1.0",
"sinon": "14.0.0"
}
}