-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.34 KB
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
{
"homepage": "https://elastic.io",
"author": {
"name": "elastic.io GmbH",
"email": "info@elastic.io",
"url": "https://www.elastic.io"
},
"keywords": [
"elasticio",
"elasticio-component",
"ipaas",
"integration",
"api"
],
"engines": {
"node": "16.x"
},
"scripts": {
"lint": "eslint --ext .ts --quiet --fix",
"pretest": "eslint --ext .ts --quiet --fix && find src spec -name \"*.js\" -type f -delete && rm -f verifyCredentials.js",
"test": "nyc mocha --require ts-node/register \"spec/**/*spec.ts\" --timeout 10000",
"posttest": "tsc"
},
"dependencies": {
"@elastic.io/component-commons-library": "3.0.1-dev.7",
"axios": "0.27.2",
"elasticio-node": "0.0.9",
"elasticio-rest-node": "1.2.7",
"elasticio-sailor-nodejs": "2.6.28"
},
"devDependencies": {
"@elastic.io/component-logger": "0.0.1",
"@types/mocha": "9.0.0",
"@types/node": "16.9.6",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"dotenv": "10.0.0",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.24.2",
"mocha": "10.0.0",
"nock": "13.2.7",
"nyc": "15.1.0",
"sinon": "11.1.2",
"ts-node": "10.2.1",
"typescript": "4.4.3"
}
}