-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.48 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
{
"name": "@elasticio/rest-api-component-v2",
"description": "REST API component v2",
"scripts": {
"pretest": "eslint --ext .ts --quiet --fix && find src -name \"*.js\" -type f -delete",
"test": "LOG_OUTPUT_MODE='short' node --import tsx --test ./spec/*/*test.ts ./spec/*test.ts",
"posttest": "tsc"
},
"repository": {
"type": "git",
"url": "[email protected]:elasticio/rest-api-component.git"
},
"author": "elastic.io GmbH",
"license": "Apache License 2.0",
"engines": {
"node": "20.x"
},
"dependencies": {
"@elastic.io/component-commons-library": "3.2.1",
"axios": "1.7.7",
"duplex": "1.0.0",
"elasticio-node": "0.0.9",
"elasticio-rest-node": "1.2.7",
"elasticio-sailor-nodejs": "2.7.4",
"form-data": "4.0.1",
"request-promise": "4.2.2",
"uuid": "8.3.1",
"xml2js": "0.4.23",
"xml2js-es6-promise": "1.1.1"
},
"devDependencies": {
"@elastic.io/component-logger": "0.0.1",
"@types/node": "20.16.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"chai": "4.2.0",
"eslint": "8.49.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.28.1",
"mocha": "9.2.2",
"nock": "13.5.5",
"request": "2.88.2",
"sinon": "9.2.1",
"tsx": "4.19.1",
"typescript": "5.6.2"
}
}